From 22e9969a3d0fe534e67cf350f6b01a8464f4bb1f Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 9 Oct 2022 07:28:39 +1000 Subject: [PATCH] flake: fix duplicate/missing system --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index faa71bf..3a7077a 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ flake-parts.lib.mkFlake {inherit self;} { - systems = ["x86_64-linux" "aarch64-linux" "x86_64-linux" "aarch64-darwin"]; + systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"]; perSystem = { inputs',