From 4d009acde389b06952c4a06e9aee7d8ff650a46b Mon Sep 17 00:00:00 2001 From: willemml Date: Sat, 11 Nov 2023 02:57:23 -0800 Subject: [PATCH] Fixes darwin x64 github action checks --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7af2709..77a5b6d 100644 --- a/flake.nix +++ b/flake.nix @@ -108,7 +108,7 @@ }; checks.x86_64-darwin = { home = self.checks.x86_64-darwin.home; - system = self.darwinConfigurations.zeus.config.system.build.toplevel; + system = (mkDarwin "x86_64" ./nixos/hosts/zeus.nix).config.system.build.toplevel; }; }; };