nix-configs/justfile

8 lines
No EOL
150 B
Makefile

build:
sudo nixos-rebuild switch --flake . --impure
test:
sudo nixos-rebuild test --flake . --impure
update:
nix flake update --commit-lock-file