mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-20 02:35:52 +02:00
Replace runCommandNoCCLocal alias with runCommandLocal
This commit is contained in:
parent
bc87d91273
commit
d608bccddd
12 changed files with 29 additions and 29 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
linkFarm,
|
||||
runCommandNoCCLocal,
|
||||
runCommandLocal,
|
||||
mkTestDerivationFromNixvimModule,
|
||||
makeNixvimWithModule,
|
||||
}:
|
||||
|
@ -21,7 +21,7 @@ let
|
|||
let
|
||||
nvim = makeNixvimWithModule { inherit pkgs module; };
|
||||
in
|
||||
runCommandNoCCLocal "enable-except-in-tests-not-in-test"
|
||||
runCommandLocal "enable-except-in-tests-not-in-test"
|
||||
{ printConfig = "${nvim}/bin/nixvim-print-init"; }
|
||||
''
|
||||
if ! "$printConfig" | grep 'require("image").setup'; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue