11 lines
206 B
Makefile
11 lines
206 B
Makefile
boot:
|
|
nixos-rebuild boot --flake . --use-remote-sudo
|
|
|
|
switch:
|
|
nixos-rebuild switch --flake . --use-remote-sudo
|
|
|
|
build:
|
|
nixos-rebuild build --flake .
|
|
|
|
update:
|
|
nix flake update --commit-lock-file
|