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:
parent
3454c685ee
commit
41ec982f31
5 changed files with 925 additions and 817 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue