From 45bf546b859ef278ada62f663729752174a25232 Mon Sep 17 00:00:00 2001 From: Olaf Date: Thu, 30 Jul 2026 14:32:13 +0200 Subject: [PATCH] Fixed brew inconstistency andded tigervnc --- flake.nix | 5 +++++ modules/darwin/casks.nix | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 436577d..a9b6a41 100644 --- a/flake.nix +++ b/flake.nix @@ -16,8 +16,13 @@ url = "github:nix-darwin/nix-darwin/nix-darwin-26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; + brew-src = { + url = "github:Homebrew/brew/master"; + flake = false; + }; nix-homebrew = { url = "github:zhaofengli-wip/nix-homebrew"; + inputs.brew-src.follows = "brew-src"; }; homebrew-bundle = { url = "github:homebrew/homebrew-bundle"; diff --git a/modules/darwin/casks.nix b/modules/darwin/casks.nix index 22fcde2..9932074 100644 --- a/modules/darwin/casks.nix +++ b/modules/darwin/casks.nix @@ -8,7 +8,7 @@ _: "oracle-jdk" "visual-studio-code" - # Creatative tools + # Creative tools "blender" "gimp" "inkscape" @@ -64,7 +64,8 @@ _: "smartsheet" "spamsieve" # "sqlitestudio" # Doesn't work without Rosetta -# "virtualbox" # build error? + "tigervnc" + # "virtualbox" # build error? "copilot-cli" # Browsers