8 lines
No EOL
147 B
Makefile
8 lines
No EOL
147 B
Makefile
build:
|
|
nixos-rebuild --flake .# build
|
|
|
|
diff:
|
|
nvd diff /run/current-system ./result
|
|
|
|
switch:
|
|
nixos-rebuild --flake .# --use-remote-sudo switch
|