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

* Big refactoring. Move to a much more explicitly state machine based

approach.  This makes it much easier to add extra complexity in the
  normaliser / realiser (e.g., build hooks, substitutes).
This commit is contained in:
Eelco Dolstra 2004-06-18 18:09:32 +00:00
parent 3454c685ee
commit 41ec982f31
5 changed files with 925 additions and 817 deletions

View file

@ -1,3 +1,5 @@
echo "NIX_STORE_DIR=$NIX_STORE_DIR NIX_DB_DIR=$NIX_DB_DIR"
test -n "$TEST_ROOT"
if test -d "$TEST_ROOT"; then
chmod -R u+w "$TEST_ROOT"