mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 01:25:22 +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,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
runCommandNoCCLocal,
|
||||
runCommandLocal,
|
||||
pkgs,
|
||||
}:
|
||||
let
|
||||
|
@ -100,7 +100,7 @@ let
|
|||
)
|
||||
);
|
||||
in
|
||||
runCommandNoCCLocal "generated-sources-test"
|
||||
runCommandLocal "generated-sources-test"
|
||||
{
|
||||
__structuredAttrs = true;
|
||||
inherit errors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue