diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gc.sh b/scripts/gc.sh index 3450be4..2d7a8f3 100755 --- a/scripts/gc.sh +++ b/scripts/gc.sh @@ -13,6 +13,7 @@ for p in ${profiles[@]}; do sudo nix-env --delete-generations old -p /nix/var/nix/profiles/$p done +# Current profile, change when installing with =nix-env -iA nixpkgs.bsdgames= nix-env --delete-generations old nix-store --gc |