From f8df47d19374b48fea25377af64e214bb4ef7442 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 21 Nov 2021 18:43:57 +0100 Subject: [PATCH] Remove systems default [] is not a sensible default and the choice is up to the flake author. I wish it was different. --- modules/perSystem.nix | 1 - 1 file changed, 1 deletion(-) 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 {