update flake.lock and flake.nix to include homebrew-siderolabs and enable auto-update for homebrew apps
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
url = "github:argoproj/homebrew-tap";
|
||||
flake = false;
|
||||
};
|
||||
homebrew-siderolabs = {
|
||||
url = "github:siderolabs/homebrew-tap";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nix-darwin, home-manager, ... }:
|
||||
@@ -114,6 +118,8 @@
|
||||
"homebrew/homebrew-cask" = inputs.homebrew-cask;
|
||||
"homebrew/homebrew-bundle" = inputs.homebrew-bundle;
|
||||
"argoproj/homebrew-tap" = inputs.homebrew-argoproj;
|
||||
"siderolabs/homebrew-tap" = inputs.homebrew-siderolabs;
|
||||
# "hashicorp/homebrew-tap" = inputs.homebrew-hashicorp;
|
||||
};
|
||||
autoMigrate = true;
|
||||
mutableTaps = true;
|
||||
|
||||
Reference in New Issue
Block a user