update
This commit is contained in:
parent
bab983e210
commit
7cca006d22
8
Makefile
8
Makefile
@ -11,14 +11,14 @@ debug:
|
|||||||
nixos-rebuild switch --flake '.#gpd' --use-remote-sudo --show-trace --verbose
|
nixos-rebuild switch --flake '.#gpd' --use-remote-sudo --show-trace --verbose
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake update
|
nix flake update --extra-experimental-features nix-command
|
||||||
|
|
||||||
history:
|
history:
|
||||||
nix profile history --profile /nix/var/nix/profiles/system
|
nix profile history --profile /nix/var/nix/profiles/system --extra-experimental-features nix-command
|
||||||
|
|
||||||
gc:
|
gc:
|
||||||
# remove all generations older than 7 days
|
# remove all generations older than 7 days
|
||||||
sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 7d
|
sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 7d --extra-experimental-features nix-command
|
||||||
|
|
||||||
# garbage collect all unused nix store entries
|
# garbage collect all unused nix store entries
|
||||||
sudo nix store gc --debug
|
sudo nix store gc --debug --extra-experimental-features nix-command
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#rofi
|
#rofi
|
||||||
#rofi-rbw
|
#rofi-rbw
|
||||||
nwg-launchers
|
nwg-launchers
|
||||||
|
make
|
||||||
];
|
];
|
||||||
|
|
||||||
sessionPath = [
|
sessionPath = [
|
||||||
|
Reference in New Issue
Block a user