diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-04 17:59:46 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-04 17:59:52 +0200 |
| commit | b3466f05b8729fbcb706be2cd449e4b4237c1dfd (patch) | |
| tree | 97397a26a6999d52f2beab2dafd30c4f1f36916b | |
| parent | 2695c9115706264f52357a47933db751712a174c (diff) | |
| download | dotfiles-b3466f05b8729fbcb706be2cd449e4b4237c1dfd.tar.gz dotfiles-b3466f05b8729fbcb706be2cd449e4b4237c1dfd.zip | |
chore: move go-task from homebrew to nix
| -rw-r--r-- | modules/darwin/homebrew.nix | 2 | ||||
| -rw-r--r-- | modules/home/default.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index ada2229..41cdb18 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -13,7 +13,6 @@ taps = [ "oven-sh/bun" "pulumi/tap" - "go-task/tap" "tursodatabase/tap" "simenandre/tools" "anomalyco/tap" @@ -104,7 +103,6 @@ "podman-compose" # Task runners and automation - "go-task" "act" # Databases and database tools diff --git a/modules/home/default.nix b/modules/home/default.nix index 70b1174..495a962 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -42,6 +42,7 @@ tree twm yq + go-task opencode ]; |
