forked from lix-project/lix
Fix build hook test
This commit is contained in:
parent
feefcb3a98
commit
70581b6363
|
@ -1,8 +1,8 @@
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
||||||
export NIX_BUILD_HOOK="$(pwd)/build-hook.hook.sh"
|
clearStore
|
||||||
|
|
||||||
outPath=$(nix-build build-hook.nix --no-out-link)
|
outPath=$(nix-build build-hook.nix --no-out-link --option build-hook $(pwd)/build-hook.hook.sh)
|
||||||
|
|
||||||
echo "output path is $outPath"
|
echo "output path is $outPath"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue