From 6114f8349578562ffb221c8e0a0fb474e6734b19 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Mon, 21 Apr 2025 00:03:13 -0700 Subject: [PATCH] chore: Update homebrew --- flake.lock | 12 ++++++------ nix-darwin/configuration.nix | 1 + nix-darwin/homebrew.nix | 6 ++++++ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 7163f20..3ab0581 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1741126078, - "narHash": "sha256-ng0a4cIq3c9E3iGKomlwqKzVYs2RLOzQho2U1Mc2sqU=", + "lastModified": 1743127615, + "narHash": "sha256-+sMGqywrSr50BGMLMeY789mSrzjkoxZiu61eWjYS/8o=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "c172f50b55b087f8e7801631de977461603bb976", + "rev": "fc843893cecc1838a59713ee3e50e9e7edc6207c", "type": "github" }, "original": { @@ -23,11 +23,11 @@ }, "nixpkgs-darwin": { "locked": { - "lastModified": 1741029734, - "narHash": "sha256-0+dlOH+9mut5mtw8iUukJ3Q9cx/DXgBarK05W7MKggA=", + "lastModified": 1743891346, + "narHash": "sha256-QNxnxIi6PJEnwJp7ZXUpxX4/z/cmRJGeIOkIYfYh/8E=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c3d6c20a6a16cbfdc11405c4dd0fdf64ec3a3899", + "rev": "f27c6099cec4fe9b67c7fbc51d8324dcb4b52694", "type": "github" }, "original": { diff --git a/nix-darwin/configuration.nix b/nix-darwin/configuration.nix index 0fabdd1..b55779b 100644 --- a/nix-darwin/configuration.nix +++ b/nix-darwin/configuration.nix @@ -18,6 +18,7 @@ nix-direnv rustup elan + uv poetry (import ./tex.nix { inherit pkgs; }) cmake diff --git a/nix-darwin/homebrew.nix b/nix-darwin/homebrew.nix index 35ec97a..03b7a1e 100644 --- a/nix-darwin/homebrew.nix +++ b/nix-darwin/homebrew.nix @@ -10,6 +10,8 @@ brews = [ "pinentry-mac" + "juliaup" + # Building tools "libtool" "pkgconf" @@ -17,6 +19,9 @@ "poppler" "automake" + "docker" + "colima" # Alternative docker server + "emacs-plus" ]; casks = [ @@ -65,6 +70,7 @@ # Fonts "font-noto-mono" "font-source-code-pro" + "Kegworks-App/kegworks/kegworks" ]; taps = [ "koekeishiya/formulae"