add homebrew-flux to flake configuration and update Homebrew app list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user