mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
test/nixpkgs-module: use a fixed runCommand
function
Rather than getting `runCommand` from the pkgs instance under test, get the function from a fixed/consistent pkgs instance.
This commit is contained in:
parent
7854d5f18c
commit
5192a85f32
2 changed files with 19 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
linkFarmFromDrvs,
|
||||
self,
|
||||
stdenv,
|
||||
runCommandLocal,
|
||||
}:
|
||||
let
|
||||
|
||||
|
@ -19,6 +20,7 @@ let
|
|||
inherit name;
|
||||
buildNixvim = false;
|
||||
runNvim = false;
|
||||
runCommand = runCommandLocal;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue