1c79781936
Easily build the iso using `nix build $ISO` thanks to direnv.
9 lines
110 B
Nix
9 lines
110 B
Nix
{
|
|
imports = [
|
|
./NixOS.nix
|
|
];
|
|
|
|
isoImage.makeEfiBootable = true;
|
|
isoImage.makeUsbBootable = true;
|
|
}
|