Replace runCommandNoCCLocal alias with runCommandLocal

This commit is contained in:
Sandro Jäckel 2024-12-31 22:22:44 +01:00 committed by nix-infra-bot
parent bc87d91273
commit d608bccddd
12 changed files with 29 additions and 29 deletions

View file

@ -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;