nixpkgs/modules/profiles/empty.nix
Nicolas Pierron 58ce746eb0 Add empty profile.
svn path=/nixos/trunk/; revision=23922
2010-09-25 22:29:42 +00:00

9 lines
151 B
Nix

# Empty profiles, used to avoid the case where no profiles are selected for
# nixos-hardware-scan.
{
imports = [];
options = {};
config = {};
}