iso.nix | attempt to gen boot iso
This commit is contained in:
parent
2ce94efb91
commit
62fb16422e
1 changed files with 12 additions and 0 deletions
12
iso.nix
Normal file
12
iso.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# This module defines a small NixOS installation CD. It does not
|
||||
# contain any graphical stuff.
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix>
|
||||
|
||||
# Provide an initial copy of the NixOS channel so that the user
|
||||
# doesn't need to run "nix-channel --update" first.
|
||||
<nixpkgs/nixos/modules/installer/cd-dvd/channel.nix>
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue