add homebrew-flux 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"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user