mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
* Tests for nix-env, finally!
This commit is contained in:
parent
39f50db731
commit
e771e59178
5 changed files with 108 additions and 1 deletions
|
@ -28,6 +28,8 @@ ln -s $TOP/scripts/readmanifest.pm $NIX_BIN_DIR/nix/
|
|||
mkdir -p "$NIX_STATE_DIR"/manifests
|
||||
mkdir -p "$NIX_STATE_DIR"/gcroots
|
||||
mkdir -p "$NIX_STATE_DIR"/temproots
|
||||
mkdir -p "$NIX_STATE_DIR"/profiles
|
||||
ln -s "$NIX_STATE_DIR"/profiles "$NIX_STATE_DIR"/gcroots/
|
||||
|
||||
cat > "$NIX_CONF_DIR"/nix.conf <<EOF
|
||||
gc-keep-outputs = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue