mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
58ce746eb0
svn path=/nixos/trunk/; revision=23922
8 lines
151 B
Nix
8 lines
151 B
Nix
# Empty profiles, used to avoid the case where no profiles are selected for
|
|
# nixos-hardware-scan.
|
|
|
|
{
|
|
imports = [];
|
|
options = {};
|
|
config = {};
|
|
}
|