Remove nix store optimise

As this only frees up a little amount of memory.
This commit is contained in:
Daniel Siepmann 2023-10-08 17:33:02 +02:00
parent 480c26db7a
commit 652dbf9e39
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 0 additions and 2 deletions

View file

@ -12,6 +12,5 @@ writeShellApplication {
sudo nix-env -p /nix/var/nix/profiles/system --delete-generations +3
nix store gc
nix store optimise
'';
}

View file

@ -14,6 +14,5 @@ writeShellApplication {
home-manager expire-generations '-12 days'
nix-env --delete-generations +3
nix store gc
nix store optimise
'';
}