add justfile
This commit is contained in:
parent
4565542bb1
commit
f92fa3f622
1 changed files with 10 additions and 0 deletions
10
justfile
Normal file
10
justfile
Normal 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
|
Loading…
Reference in a new issue