mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Just: cleanup task
This commit is contained in:
parent
0589bbf6af
commit
ebbc034bf8
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
|
@ -24,5 +24,9 @@ install host:
|
|||
--file ./default.nix \
|
||||
--attr "nixosConfigurations.{{ host }}"
|
||||
|
||||
cleanup:
|
||||
sudo nix-env --delete-generations +10 -p /nix/var/nix/profiles/system
|
||||
nix-env --delete-generations +10 -p ~/.local/state/nix/profiles/home-manager
|
||||
|
||||
update:
|
||||
npins update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue