nixpkgs/modules/installer/cd-dvd/installation-cd-rescue.nix
Nicolas Pierron 5fb80fcc4b Extract rescue profile from the the corresponding CD.
svn path=/nixos/trunk/; revision=23917
2010-09-25 09:33:09 +00:00

12 lines
204 B
Nix

# This module defines a small NixOS installation CD. It does not
# contain any graphical stuff.
{config, pkgs, ...}:
{
require = [
./installation-cd-base.nix
../../profiles/rescue.nix
];
}