add justfile

This commit is contained in:
TheWanderingCrow 2025-06-27 15:01:17 -04:00
parent 9575a45aa6
commit 158bb2d1a7
3 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
result
*.qcow2
.direnv/
install.iso
# Terraform
config.tf.json

View file

@ -1,3 +1,3 @@
# Bootstrap ISO for NixOS
From the root directory, run `just iso` to generate the ISO file
From this subdirectory directory, run `just iso` to generate the ISO file

5
nixos-bootstrap/justfile Normal file
View file

@ -0,0 +1,5 @@
default:
just -l
iso:
nix build .#nixosConfigurations.ISO.config.system.build.isoImage -o install.iso