mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
10 lines
143 B
Nix
10 lines
143 B
Nix
# This module defines a small netboot environment.
|
|
|
|
{ ... }:
|
|
|
|
{
|
|
imports =
|
|
[ ./netboot-base.nix
|
|
../../profiles/minimal.nix
|
|
];
|
|
}
|