nixos-hardware/milkv/pioneer/sd-image-installer.nix

13 lines
281 B
Nix
Raw Permalink Normal View History

2024-03-30 20:45:46 -04:00
{ modulesPath, ... }:
{
imports = [
"${modulesPath}/profiles/installation-device.nix"
./sd-image.nix
];
# the installation media is also the installation target,
# so we don't want to provide the installation configuration.nix.
installer.cloneConfig = false;
}