1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/modules/installer/cd-dvd/installation-cd-rescue.nix

12 lines
204 B
Nix
Raw Normal View History

# 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
];
}