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