nixpkgs/modules/profiles/empty.nix

9 lines
151 B
Nix
Raw Normal View History

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