forked from lix-project/lix
Fix test
This commit is contained in:
parent
a5c6347ff0
commit
838138c5c4
|
@ -1,6 +1,6 @@
|
|||
source common.sh
|
||||
|
||||
export NIX_BUILD_HOOK="build-hook.hook.sh"
|
||||
export NIX_BUILD_HOOK="$(pwd)/build-hook.hook.sh"
|
||||
|
||||
outPath=$(nix-build build-hook.nix --no-out-link)
|
||||
|
||||
|
|
Loading…
Reference in a new issue