forked from DGNum/infrastructure
6 lines
129 B
Bash
6 lines
129 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
NIXPKGS=$(nix-build nixpkgs.nix)
|
||
|
|
||
|
nixos-generate -c configuration.nix -I NIX_PATH="$NIXPKGS" -f install-iso
|