Prefer local nix build
parent
14526f5419
commit
0c8db23a3b
|
@ -15,4 +15,5 @@ stdenv.mkDerivation {
|
||||||
checkInputs = [ term-test ];
|
checkInputs = [ term-test ];
|
||||||
inherit doCheck;
|
inherit doCheck;
|
||||||
passthru = { direnvrc = ./direnvrc; };
|
passthru = { direnvrc = ./direnvrc; };
|
||||||
|
preferLocalBuild = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue