3 lines
94 B
Bash
3 lines
94 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=iso.nix
|