add homebrew-hauler to flake configuration and update homebrew app list
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
url = "github:siderolabs/homebrew-tap";
|
||||
flake = false;
|
||||
};
|
||||
homebrew-hauler = {
|
||||
url = "github:hauler-dev/homebrew-tap";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nix-darwin, home-manager, ... }:
|
||||
@@ -119,6 +123,7 @@
|
||||
"homebrew/homebrew-bundle" = inputs.homebrew-bundle;
|
||||
"argoproj/homebrew-tap" = inputs.homebrew-argoproj;
|
||||
"siderolabs/homebrew-tap" = inputs.homebrew-siderolabs;
|
||||
"hauler-dev/homebrew-tap" = inputs.homebrew-hauler;
|
||||
# "hashicorp/homebrew-tap" = inputs.homebrew-hashicorp;
|
||||
};
|
||||
autoMigrate = true;
|
||||
|
||||
Reference in New Issue
Block a user