mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-02-26 01:44:49 +01:00
13 lines
211 B
Makefile
13 lines
211 B
Makefile
deploy:
|
|
sudo nixos-rebuild switch --flake .
|
|
|
|
update:
|
|
nix flake update
|
|
|
|
history:
|
|
sudo nix-env --list-generations --profile /nix/var/nix/profiles/system
|
|
|
|
gc:
|
|
sudo nix-collect-garbage --delete-older-than 14d
|
|
|