nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
Robin Gloster f4f4200d9a
install-devices: add vim
This moves vim to the install-device profile to add vim to netboot, too.

Fixes #20013 (see discussion there for further information)
2017-01-18 17:57:31 +01:00

11 lines
183 B
Nix

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