mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Use shorter daemon socket path in tests
Otherwise we hit the 104 character limit. http://hydra.nixos.org/build/33562028
This commit is contained in:
parent
374198ad6d
commit
3b81b26457
3 changed files with 5 additions and 5 deletions
|
@ -8,5 +8,5 @@ mkDerivation {
|
|||
type != "symlink"
|
||||
&& baseNameOf path != "foo"
|
||||
&& !((import ./lang/lib.nix).hasSuffix ".bak" (baseNameOf path));
|
||||
in builtins.filterSource filter ./test-tmp/filterin;
|
||||
in builtins.filterSource filter ((builtins.getEnv "TEST_ROOT") + "/filterin");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue