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

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;