chore: update flake.lock

This commit is contained in:
2026-01-09 14:07:12 +08:00
parent cb3578bb0d
commit 9c22723970
2 changed files with 72 additions and 72 deletions

View File

@@ -36,12 +36,12 @@ alias offline := switch-offline
@cleandry:
echo "Listing all generations older than 15 days..."
sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --dry-run --older-than 15d
nix profile wipe-history --profile ~/.local/state/nix/profiles/home-manager --dry-run --older-than 15d
nix profile wipe-history --profile ~/.local/state/nix/profiles/profile --dry-run --older-than 15d
@clean:
echo "Removing all generations older than 15 days..."
sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 15d
nix profile wipe-history --profile ~/.local/state/nix/profiles/home-manager --older-than 15d
nix profile wipe-history --profile ~/.local/state/nix/profiles/profile --older-than 15d
@gc:
nix store gc --debug