58ce746eb0
svn path=/nixos/trunk/; revision=23922
9 lines
151 B
Nix
9 lines
151 B
Nix
# Empty profiles, used to avoid the case where no profiles are selected for
|
|
# nixos-hardware-scan.
|
|
|
|
{
|
|
imports = [];
|
|
options = {};
|
|
config = {};
|
|
}
|