From 4570815ce4af9907e7cfb0de5f29114b6336f294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 29 Jan 2023 08:28:36 +0100 Subject: [PATCH] set default for systems --- modules/perSystem.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/perSystem.nix b/modules/perSystem.nix index 851b30a..1e58382 100644 --- a/modules/perSystem.nix +++ b/modules/perSystem.nix @@ -66,6 +66,7 @@ in In other words, all valid values for `system` in e.g. `packages..foo`. ''; type = types.listOf types.str; + default = lib.systems.flakeExposed; }; perInput = mkOption {