1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* Make it easy to run individual tests from the command line.

This commit is contained in:
Eelco Dolstra 2006-03-01 12:15:33 +00:00
parent 85793fa438
commit a4c63c6e8e
23 changed files with 78 additions and 33 deletions

View file

@ -1,3 +1,5 @@
source common.sh
export NIX_BUILD_HOOK="build-hook.hook.sh"
drvPath=$($TOP/src/nix-instantiate/nix-instantiate build-hook.nix)