add homebrew-hauler to flake configuration and update homebrew app list

This commit is contained in:
2025-05-20 12:55:15 -04:00
parent 219550d11b
commit 446befb93b
3 changed files with 25 additions and 2 deletions

View File

@@ -33,6 +33,10 @@
url = "github:siderolabs/homebrew-tap";
flake = false;
};
homebrew-hauler = {
url = "github:hauler-dev/homebrew-tap";
flake = false;
};
};
outputs = inputs@{ self, nix-darwin, home-manager, ... }:
@@ -119,6 +123,7 @@
"homebrew/homebrew-bundle" = inputs.homebrew-bundle;
"argoproj/homebrew-tap" = inputs.homebrew-argoproj;
"siderolabs/homebrew-tap" = inputs.homebrew-siderolabs;
"hauler-dev/homebrew-tap" = inputs.homebrew-hauler;
# "hashicorp/homebrew-tap" = inputs.homebrew-hashicorp;
};
autoMigrate = true;