From 1ff4017cd6c812a0d1e5afdd6141e899d60bd91c Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 2 Apr 2025 21:20:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20homebrew=20masApps=20aren't=20wo?= =?UTF-8?q?rking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See: https://github.com/nix-darwin/nix-darwin/issues/1323 --- flake.lock | 18 +++++++++--------- nix/hosts/epicurus/homebrew.nix | 7 ++++--- nix/hosts/heraclitus/homebrew.nix | 17 +++++++++-------- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index dcfe5b5..55609df 100644 --- a/flake.lock +++ b/flake.lock @@ -137,11 +137,11 @@ ] }, "locked": { - "lastModified": 1743519130, - "narHash": "sha256-Nw6sLnuwDPW7pBJ5jIvFFMqBfeK31xcp7/w1oYH1Q7U=", + "lastModified": 1743607567, + "narHash": "sha256-kTzKPDFmNzwO1cK4fiJgPB/iSw7HgBAmknRTeAPJAeI=", "owner": "nix-community", "repo": "home-manager", - "rev": "0afad8f08014c992c832466c1d46a0aa96ca2563", + "rev": "49748c74cdbae03d70381f150b810f92617f23aa", "type": "github" }, "original": { @@ -222,11 +222,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1743472173, - "narHash": "sha256-xwNv3FYTC5pl4QVZ79gUxqCEvqKzcKdXycpH5UbYscw=", + "lastModified": 1743568003, + "narHash": "sha256-ZID5T65E8ruHqWRcdvZLsczWDOAWIE7om+vQOREwiX0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "88e992074d86ad50249de12b7fb8dbaadf8dc0c5", + "rev": "b7ba7f9f45c5cd0d8625e9e217c28f8eb6a19a76", "type": "github" }, "original": { @@ -441,11 +441,11 @@ ] }, "locked": { - "lastModified": 1743502316, - "narHash": "sha256-zI2WSkU+ei4zCxT+IVSQjNM9i0ST++T2qSFXTsAND7s=", + "lastModified": 1743604509, + "narHash": "sha256-Hf5aYGP3hP+uNbcd4NrEMUAR+1o518uGzoeVyMzzJwo=", "owner": "Mic92", "repo": "sops-nix", - "rev": "e7f4d7ed8bce8dfa7d2f2fe6f8b8f523e54646f8", + "rev": "4521de68fba1a36fae8caebce3d6e047179661f7", "type": "github" }, "original": { diff --git a/nix/hosts/epicurus/homebrew.nix b/nix/hosts/epicurus/homebrew.nix index 9df3f92..d386b71 100644 --- a/nix/hosts/epicurus/homebrew.nix +++ b/nix/hosts/epicurus/homebrew.nix @@ -25,8 +25,9 @@ _: "tailscale" ]; - masApps = { - Xcode = 497799835; - }; + # TODO: re-enable when https://github.com/nix-darwin/nix-darwin/issues/1323 is resolved + # masApps = { + # Xcode = 497799835; + # }; }; } diff --git a/nix/hosts/heraclitus/homebrew.nix b/nix/hosts/heraclitus/homebrew.nix index 70be40a..121b2ef 100644 --- a/nix/hosts/heraclitus/homebrew.nix +++ b/nix/hosts/heraclitus/homebrew.nix @@ -88,13 +88,14 @@ _: "zulu@17" ]; - masApps = { - OnePasswordSafari = 1569813296; - Bumpr = 1166066070; - DayOne = 1055511498; - Drafts = 1435957248; - HomeAssistant = 1099568401; - Xcode = 497799835; - }; + # TODO: re-enable when https://github.com/nix-darwin/nix-darwin/issues/1323 is resolved + # masApps = { + # OnePasswordSafari = 1569813296; + # Bumpr = 1166066070; + # DayOne = 1055511498; + # Drafts = 1435957248; + # HomeAssistant = 1099568401; + # Xcode = 497799835; + # }; }; }