0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Make nixos-hardware-scan adding a profile to the generated configuration

file.

svn path=/nixos/trunk/; revision=23918
This commit is contained in:
Nicolas Pierron 2010-09-25 09:33:13 +00:00
parent 5fb80fcc4b
commit c18fe31160
2 changed files with 10 additions and 0 deletions

View file

@ -231,6 +231,7 @@ print <<EOF ;
{
require = [
"\${modulesPath}/profiles/@profile@.nix"
"\${modulesPath}/installer/scan/not-detected.nix"
];