diff --git a/modules/profiles/empty.nix b/modules/profiles/empty.nix deleted file mode 100644 index bb40a31470d..00000000000 --- a/modules/profiles/empty.nix +++ /dev/null @@ -1,8 +0,0 @@ -# Empty profiles, used to avoid the case where no profiles are selected for -# nixos-hardware-scan. - -{ - imports = []; - options = {}; - config = {}; -}