From 5e51d850e7b88551a77d0a3b43c01cc9125c456c Mon Sep 17 00:00:00 2001 From: mat ess Date: Sun, 23 Jan 2022 19:07:58 -0500 Subject: [PATCH] Oops, move unison from casks to brews --- darwin/homebrew.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index a670d22..2b2ab98 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -61,7 +61,6 @@ in "rectangle" "signal" "steam" - "unison-language" "vscodium" ]; @@ -71,5 +70,5 @@ in # For cli packages that aren't currently available for macOS in `nixpkgs`.Packages should be # installed in `../home/default.nix` whenever possible. - homebrew.brews = [ ]; + homebrew.brews = [ "unison-language" ]; }