From 8a556585afb7cf716b36d8bf476838b636d8e4ca Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 22 Jun 2022 16:04:17 +0200 Subject: [PATCH] flake: remove 'aarch64-darwin' 'pyopenssl' has been marked as broken on this sytem, so remove it from my supported systems to avoid breaking 'nix flake check'. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3f8f350..a86ac33 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,6 @@ inherit (futils.lib) eachSystem system; mySystems = [ - system.aarch64-darwin system.aarch64-linux system.x86_64-darwin system.x86_64-linux