From a75acfb7ef640c2367d4547b0f479e7acaad9017 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 15 Jul 2023 12:45:02 +0300 Subject: 2023-07-15 --- lib/my.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/my.nix') diff --git a/lib/my.nix b/lib/my.nix index a7f65ec..95b89cf 100644 --- a/lib/my.nix +++ b/lib/my.nix @@ -25,12 +25,7 @@ with lib; system = mkOption { description = "The machine's system."; - type = nullOr (enum [ - "aarch64-darwin" - "aarch64-linux" - "x86_64-darwin" - "x86_64-linux" - ]); + type = nullOr (enum platforms.all); default = null; }; -- cgit v1.2.3