add homebrew-hauler to flake configuration and update homebrew app list
This commit is contained in:
17
flake.lock
generated
17
flake.lock
generated
@@ -101,6 +101,22 @@
|
|||||||
"type": "github"
|
"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": {
|
"homebrew-siderolabs": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
@@ -227,6 +243,7 @@
|
|||||||
"homebrew-bundle": "homebrew-bundle",
|
"homebrew-bundle": "homebrew-bundle",
|
||||||
"homebrew-cask": "homebrew-cask",
|
"homebrew-cask": "homebrew-cask",
|
||||||
"homebrew-core": "homebrew-core",
|
"homebrew-core": "homebrew-core",
|
||||||
|
"homebrew-hauler": "homebrew-hauler",
|
||||||
"homebrew-siderolabs": "homebrew-siderolabs",
|
"homebrew-siderolabs": "homebrew-siderolabs",
|
||||||
"nix-darwin": "nix-darwin",
|
"nix-darwin": "nix-darwin",
|
||||||
"nix-homebrew": "nix-homebrew",
|
"nix-homebrew": "nix-homebrew",
|
||||||
|
|||||||
@@ -33,6 +33,10 @@
|
|||||||
url = "github:siderolabs/homebrew-tap";
|
url = "github:siderolabs/homebrew-tap";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
homebrew-hauler = {
|
||||||
|
url = "github:hauler-dev/homebrew-tap";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, nix-darwin, home-manager, ... }:
|
outputs = inputs@{ self, nix-darwin, home-manager, ... }:
|
||||||
@@ -119,6 +123,7 @@
|
|||||||
"homebrew/homebrew-bundle" = inputs.homebrew-bundle;
|
"homebrew/homebrew-bundle" = inputs.homebrew-bundle;
|
||||||
"argoproj/homebrew-tap" = inputs.homebrew-argoproj;
|
"argoproj/homebrew-tap" = inputs.homebrew-argoproj;
|
||||||
"siderolabs/homebrew-tap" = inputs.homebrew-siderolabs;
|
"siderolabs/homebrew-tap" = inputs.homebrew-siderolabs;
|
||||||
|
"hauler-dev/homebrew-tap" = inputs.homebrew-hauler;
|
||||||
# "hashicorp/homebrew-tap" = inputs.homebrew-hashicorp;
|
# "hashicorp/homebrew-tap" = inputs.homebrew-hashicorp;
|
||||||
};
|
};
|
||||||
autoMigrate = true;
|
autoMigrate = true;
|
||||||
|
|||||||
@@ -5,13 +5,14 @@
|
|||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
onActivation.cleanup = "uninstall";
|
onActivation.cleanup = "uninstall";
|
||||||
onActivation.autoUpdate = true;
|
onActivation.autoUpdate = false;
|
||||||
onActivation.upgrade = true;
|
onActivation.upgrade = false;
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
"argoproj/homebrew-tap/kubectl-argo-rollouts"
|
"argoproj/homebrew-tap/kubectl-argo-rollouts"
|
||||||
"gh"
|
"gh"
|
||||||
"git"
|
"git"
|
||||||
|
"hauler-dev/homebrew-tap/hauler"
|
||||||
"helm"
|
"helm"
|
||||||
"k9s"
|
"k9s"
|
||||||
"siderolabs/homebrew-tap/talosctl"
|
"siderolabs/homebrew-tap/talosctl"
|
||||||
|
|||||||
Reference in New Issue
Block a user