mirror of
https://github.com/NixOS/nix
synced 2025-07-09 07:53:55 +02:00
* Make check fixes.
This commit is contained in:
parent
65b6c8ab4c
commit
c3981d81f6
5 changed files with 13 additions and 15 deletions
|
@ -2,7 +2,7 @@ storeExpr=$($TOP/src/nix-instantiate/nix-instantiate dependencies.nix)
|
|||
outPath=$($TOP/src/nix-store/nix-store -rvv "$storeExpr")
|
||||
|
||||
# Set a GC root.
|
||||
ln -s $outPath "$NIX_LOCALSTATE_DIR"/nix/gcroots/foo
|
||||
ln -s $outPath "$NIX_STATE_DIR"/gcroots/foo
|
||||
|
||||
$NIX_BIN_DIR/nix-collect-garbage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue