mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Fix test
This commit is contained in:
parent
b08f4b0da9
commit
f6a8e7f4c2
@ -17,5 +17,6 @@ in
|
||||
mkDerivation {
|
||||
name = "build-hook";
|
||||
builder = ./dependencies.builder0.sh;
|
||||
inherit input1 input2;
|
||||
input1 = " " + input1 + "/.";
|
||||
input2 = " ${input2}/.";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user