Add just
This commit is contained in:
parent
e71d17c220
commit
982bcaccd6
2 changed files with 9 additions and 0 deletions
8
Justfile
Normal file
8
Justfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
build:
|
||||||
|
nixos-rebuild --flake .# build
|
||||||
|
|
||||||
|
diff:
|
||||||
|
nvd diff /run/current-system ./result
|
||||||
|
|
||||||
|
switch:
|
||||||
|
nixos-rebuild --flake .# --use-remote-sudo switch
|
|
@ -256,6 +256,7 @@
|
||||||
terraform
|
terraform
|
||||||
terraform-ls
|
terraform-ls
|
||||||
taplo
|
taplo
|
||||||
|
just
|
||||||
|
|
||||||
disko.packages.${system}.disko
|
disko.packages.${system}.disko
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue