add homebrew-flux to flake configuration and update Homebrew app list

This commit is contained in:
2026-01-02 12:54:37 -05:00
parent 2fc8f46e58
commit 53200cd5f1
3 changed files with 24 additions and 0 deletions

17
flake.lock generated
View File

@@ -101,6 +101,22 @@
"type": "github"
}
},
"homebrew-flux": {
"flake": false,
"locked": {
"lastModified": 1764243751,
"narHash": "sha256-VnCmSOwYnJSSkSOS8D3rCHpdb4gOfVrwVFH0o74LOTQ=",
"owner": "fluxcd",
"repo": "homebrew-tap",
"rev": "222e7882f52681b5456eaecec2c3b4eab0906ab6",
"type": "github"
},
"original": {
"owner": "fluxcd",
"repo": "homebrew-tap",
"type": "github"
}
},
"homebrew-hauler": {
"flake": false,
"locked": {
@@ -194,6 +210,7 @@
"homebrew-bundle": "homebrew-bundle",
"homebrew-cask": "homebrew-cask",
"homebrew-core": "homebrew-core",
"homebrew-flux": "homebrew-flux",
"homebrew-hauler": "homebrew-hauler",
"homebrew-siderolabs": "homebrew-siderolabs",
"nix-darwin": "nix-darwin",

View File

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

View File

@@ -22,6 +22,7 @@
"siderolabs/homebrew-tap/talosctl"
"sshpass"
"ansible"
"fluxcd/tap/flux"
];
casks = [
"1password"
@@ -47,6 +48,7 @@
"vivaldi"
];
masApps = {
"CrystalFetch ISO Downloader" = 6454431289;
"1Password for Safari" = 1569813296;
"pairvpn" = 1347012179;
"tailscale" = 1475387142;