forked from DGNum/infrastructure
5 lines
129 B
Bash
5 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
|