tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Remove unnecessary symlinks in /nix/var/nix/gcroots
Eelco Dolstra
11 years ago
fdfe4b7c
fbfec3fc
-3
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
misc
nix-daemon.nix
-3
nixos/modules/services/misc/nix-daemon.nix
···
379
379
/nix/var/nix/gcroots/per-user \
380
380
/nix/var/nix/profiles/per-user \
381
381
/nix/var/nix/gcroots/tmp
382
382
-
383
383
-
ln -sf /nix/var/nix/profiles /nix/var/nix/gcroots/
384
384
-
ln -sf /nix/var/nix/manifests /nix/var/nix/gcroots/
385
382
'';
386
383
387
384
};