* Remove empty.nix since it's no longer used.

svn path=/nixos/trunk/; revision=30328
This commit is contained in:
Eelco Dolstra 2011-11-08 15:59:46 +00:00
parent ba7f635f8b
commit 1cfbae6ed4

View File

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