Add empty profile.
svn path=/nixos/trunk/; revision=23922
This commit is contained in:
parent
fe7c1eb16b
commit
58ce746eb0
|
@ -0,0 +1,8 @@
|
||||||
|
# Empty profiles, used to avoid the case where no profiles are selected for
|
||||||
|
# nixos-hardware-scan.
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [];
|
||||||
|
options = {};
|
||||||
|
config = {};
|
||||||
|
}
|
Loading…
Reference in New Issue