From 2d299f94660fdfefc642217ba37d0951c6036498 Mon Sep 17 00:00:00 2001 From: willemml Date: Mon, 13 Nov 2023 22:50:42 -0800 Subject: [PATCH] Removes darwin github actions --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index a1fc770..3e897fa 100644 --- a/flake.nix +++ b/flake.nix @@ -106,10 +106,6 @@ nixbox = self.nixosConfigurations.nixbox.config.system.build.toplevel; pre-commit-check = self.checks.x86_64-linux.pre-commit-check; }; - checks.x86_64-darwin = { - home = self.checks.x86_64-darwin.home; - system = (mkDarwin "x86_64" ./nixos/hosts/zeus.nix).config.system.build.toplevel; - }; }; };