mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 01:24:05 -05:00
add justfile
This commit is contained in:
parent
9575a45aa6
commit
158bb2d1a7
3 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
||||||
result
|
result
|
||||||
*.qcow2
|
*.qcow2
|
||||||
.direnv/
|
.direnv/
|
||||||
|
install.iso
|
||||||
|
|
||||||
# Terraform
|
# Terraform
|
||||||
config.tf.json
|
config.tf.json
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# Bootstrap ISO for NixOS
|
# 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
5
nixos-bootstrap/justfile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
default:
|
||||||
|
just -l
|
||||||
|
|
||||||
|
iso:
|
||||||
|
nix build .#nixosConfigurations.ISO.config.system.build.isoImage -o install.iso
|
||||||
Loading…
Add table
Add a link
Reference in a new issue