From ccfcb5ec7f1c143c156af004755b195cce21e81f Mon Sep 17 00:00:00 2001 From: James Walker Date: Sun, 13 Apr 2025 11:55:48 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20mas=202.0=20works=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 24 ++++++++++++------------ nix/hosts/epicurus/homebrew.nix | 8 ++++---- nix/hosts/heraclitus/homebrew.nix | 18 +++++++++--------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/flake.lock b/flake.lock index 1f47162..17fc690 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1743496612, - "narHash": "sha256-emPWa5lmKbnyuj8c1mSJUkzJNT+iJoU9GMcXwjp2oVM=", + "lastModified": 1744478979, + "narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=", "owner": "nix-darwin", "repo": "nix-darwin", - "rev": "73d59580d01e9b9f957ba749f336a272869c42dd", + "rev": "43975d782b418ebf4969e9ccba82466728c2851b", "type": "github" }, "original": { @@ -137,11 +137,11 @@ ] }, "locked": { - "lastModified": 1744138333, - "narHash": "sha256-l0Vjq1EZoYTfWImVmwsvMEuIdasrBRRCoNTV0rNtYi0=", + "lastModified": 1744498625, + "narHash": "sha256-pL52uCt9CUoTTmysGG91c2FeU7XUvpB7Cep6yon2vDk=", "owner": "nix-community", "repo": "home-manager", - "rev": "760eed59594f2f258db0d66b7ca4a5138681fd97", + "rev": "db56335ca8942d86f2200664acdbd5b9212b26ad", "type": "github" }, "original": { @@ -222,11 +222,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1744032190, - "narHash": "sha256-KSlfrncSkcu1YE+uuJ/PTURsSlThoGkRqiGDVdbiE/k=", + "lastModified": 1744536153, + "narHash": "sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b0b4b5f8f621bfe213b8b21694bab52ecfcbf30b", + "rev": "18dd725c29603f582cf1900e0d25f9f1063dbf11", "type": "github" }, "original": { @@ -441,11 +441,11 @@ ] }, "locked": { - "lastModified": 1744103455, - "narHash": "sha256-SR6+qjkPjGQG+8eM4dCcVtss8r9bre/LAxFMPJpaZeU=", + "lastModified": 1744518500, + "narHash": "sha256-lv52pnfiRGp5+xkZEgWr56DWiRgkMFXpiGba3eJ3krE=", "owner": "Mic92", "repo": "sops-nix", - "rev": "69d5a5a4635c27dae5a742f36108beccc506c1ba", + "rev": "7e147a1ae90f0d4a374938cdc3df3cdaecb9d388", "type": "github" }, "original": { diff --git a/nix/hosts/epicurus/homebrew.nix b/nix/hosts/epicurus/homebrew.nix index a735b5b..811f7d7 100644 --- a/nix/hosts/epicurus/homebrew.nix +++ b/nix/hosts/epicurus/homebrew.nix @@ -11,6 +11,7 @@ _: "btop" "code-server" "coreutils" + "mas" "mosh" ]; @@ -26,9 +27,8 @@ _: "tailscale" ]; - # TODO: re-enable when https://github.com/nix-darwin/nix-darwin/issues/1323 is resolved - # masApps = { - # Xcode = 497799835; - # }; + masApps = { + Xcode = 497799835; + }; }; } diff --git a/nix/hosts/heraclitus/homebrew.nix b/nix/hosts/heraclitus/homebrew.nix index 8f297f1..1627fc0 100644 --- a/nix/hosts/heraclitus/homebrew.nix +++ b/nix/hosts/heraclitus/homebrew.nix @@ -32,6 +32,7 @@ _: "kubernetes-cli" "kustomize" "libtool" + "mas" "mr" "ollama" "opentofu" @@ -89,14 +90,13 @@ _: "zulu@17" ]; - # 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; - # }; + masApps = { + OnePasswordSafari = 1569813296; + Bumpr = 1166066070; + DayOne = 1055511498; + Drafts = 1435957248; + HomeAssistant = 1099568401; + Xcode = 497799835; + }; }; }