add justfile

This commit is contained in:
polygon 2024-03-16 15:17:01 +01:00
parent 4565542bb1
commit f92fa3f622

10
justfile Normal file
View file

@ -0,0 +1,10 @@
upgrade: update build
test:
sudo nixos-rebuild test --flake . --impure
build:
sudo nixos-rebuild switch --flake . --impure --fast
update:
nix flake update --commit-lock-file