From 15c586fbdb6ee5bf3749d6a2faaa9c6311b891a2 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 19 May 2026 02:37:25 -0500 Subject: [PATCH 1/2] fix: build failures on darwin --- darwin/baseline.nix | 8 +++++--- darwin/default.nix | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/darwin/baseline.nix b/darwin/baseline.nix index 22914f5..ced3f95 100644 --- a/darwin/baseline.nix +++ b/darwin/baseline.nix @@ -1,5 +1,6 @@ { pkgs, + pkgs', top, ... }: @@ -33,7 +34,7 @@ in { environment.systemPackages = with pkgs; [ agenix - hms + pkgs'.hms ]; fonts.packages = with pkgs; [ @@ -41,12 +42,13 @@ in nerd-fonts.hack ]; - launchd.daemons.darwin-builder = builder; + #launchd.daemons.darwin-builder = builder; nix = { + #buildMachines = [ { systems = ["aarch64-linux"]; sshUser = "builder"; sshKey = "/etc/nix/builder_ed25519"; hostName = "localhost:31022"; protocol = "ssh-ng"; }]; enable = true; gc.interval.Hour = 3; - linux-builder.enable = true; + #linux-builder.enable = true; settings.auto-optimise-store = false; # Darwin bugs? }; diff --git a/darwin/default.nix b/darwin/default.nix index 0e927dd..a446255 100644 --- a/darwin/default.nix +++ b/darwin/default.nix @@ -19,6 +19,7 @@ let specialArgs = { inherit metadata top; inherit (top) self; + pkgs' = top.self.packages.${system}; }; modules = [ { From a69fc4240a3a8cb62fc0691b9bc919382b735ab5 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 19 May 2026 02:40:33 -0500 Subject: [PATCH 2/2] chore: build IVR home config --- garnix.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/garnix.yaml b/garnix.yaml index e9eac47..abd3b93 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -20,3 +20,4 @@ builds: # to build at home - homeConfigurations."gregory.hellings-mbp" - homeConfigurations.gregs-MacBook-Pro-16-inch-Nov-2024 + - homeConfigurations.ivr