nix-configs/justfile

9 lines
151 B
Makefile
Raw Normal View History

2023-10-28 22:25:06 +02:00
test:
sudo nixos-rebuild test --flake . --impure
2023-11-17 11:53:46 +01:00
build:
sudo nixos-rebuild switch --flake . --impure
2023-11-07 08:05:47 +01:00
update:
2023-11-17 11:53:46 +01:00
nix flake update --commit-lock-file