mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Fix test
This commit is contained in:
parent
b08f4b0da9
commit
f6a8e7f4c2
1 changed files with 2 additions and 1 deletions
|
@ -17,5 +17,6 @@ in
|
|||
mkDerivation {
|
||||
name = "build-hook";
|
||||
builder = ./dependencies.builder0.sh;
|
||||
inherit input1 input2;
|
||||
input1 = " " + input1 + "/.";
|
||||
input2 = " ${input2}/.";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue