mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
6 lines
165 B
Makefile
6 lines
165 B
Makefile
switch:
|
|
darwin-rebuild switch --flake . --show-trace
|
|
delete-old:
|
|
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old
|
|
gc:
|
|
nix store gc
|