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

17
flake.lock generated
View File

@@ -101,6 +101,22 @@
"type": "github"
}
},
"homebrew-hauler": {
"flake": false,
"locked": {
"lastModified": 1746114847,
"narHash": "sha256-gx7y1vXeeDVl/ApGDCT7pOq7ge45z/zTjOehhM3J148=",
"owner": "hauler-dev",
"repo": "homebrew-tap",
"rev": "6f8c16af9d55e799711b44e547f9317346351a12",
"type": "github"
},
"original": {
"owner": "hauler-dev",
"repo": "homebrew-tap",
"type": "github"
}
},
"homebrew-siderolabs": {
"flake": false,
"locked": {
@@ -227,6 +243,7 @@
"homebrew-bundle": "homebrew-bundle",
"homebrew-cask": "homebrew-cask",
"homebrew-core": "homebrew-core",
"homebrew-hauler": "homebrew-hauler",
"homebrew-siderolabs": "homebrew-siderolabs",
"nix-darwin": "nix-darwin",
"nix-homebrew": "nix-homebrew",

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;

View File

@@ -5,13 +5,14 @@
homebrew = {
enable = true;
onActivation.cleanup = "uninstall";
onActivation.autoUpdate = true;
onActivation.upgrade = true;
onActivation.autoUpdate = false;
onActivation.upgrade = false;
brews = [
"argoproj/homebrew-tap/kubectl-argo-rollouts"
"gh"
"git"
"hauler-dev/homebrew-tap/hauler"
"helm"
"k9s"
"siderolabs/homebrew-tap/talosctl"