mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 23:40:12 +02:00
tests: call using callPackages
This commit is contained in:
parent
452c30f747
commit
8eeea073fc
2 changed files with 2 additions and 7 deletions
|
@ -3,8 +3,8 @@
|
|||
pkgsUnfree,
|
||||
helpers,
|
||||
lib,
|
||||
system,
|
||||
self, # The flake instance
|
||||
system ? pkgs.stdenv.hostPlatform.system,
|
||||
}:
|
||||
let
|
||||
autoArgs = pkgs // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue