diff --git a/modules/perSystem.nix b/modules/perSystem.nix index 5ee9193..5fcf86e 100644 --- a/modules/perSystem.nix +++ b/modules/perSystem.nix @@ -14,7 +14,6 @@ in systems = mkOption { description = "All the system types to enumerate in the flake."; type = types.listOf types.str; - default = [ ]; }; perInput = mkOption {