1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00
flake/justfile

11 lines
260 B
Makefile

switch *args:
darwin-rebuild switch --flake . --verbose --show-trace {{args}}
delete-old:
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old && home-manager expire-generations now
update:
nix flake update
gc:
nix store gc