Skip to content

Commit

Permalink
Merge pull request #388 from mikesplain/cleanup
Browse files Browse the repository at this point in the history
Remove custom tap
  • Loading branch information
mikesplain authored Nov 18, 2024
2 parents c6888ae + ddde786 commit 9ed61e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 33 deletions.
35 changes: 9 additions & 26 deletions nixos-config/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions nixos-config/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
url = "github:homebrew/homebrew-cask";
flake = false;
};
mikesplain-homebrew-tap = {
url = "github:mikesplain/homebrew-tap";
flake = false;
};
# homebrew-sk8s = {
# url = "git+file:///Users/mike.splain/developer/homebrew-pdsw-devops";
# flake = false;
Expand Down
4 changes: 1 addition & 3 deletions nixos-config/platforms/darwin/homebrew/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# homebrew-sk8s

nix-homebrew
mikesplain-homebrew-tap
;
in {
imports = [./nix-homebrew.nix];
Expand All @@ -31,7 +30,7 @@ in {
(
if osVersion >= "14"
then [
"mikesplain/homebrew-tap/jordanbaird-ice"
"jordanbaird-ice"
]
else []
)
Expand Down Expand Up @@ -66,7 +65,6 @@ in {
"homebrew/homebrew-core" = homebrew-core;
"homebrew/homebrew-cask" = homebrew-cask;
"homebrew/homebrew-bundle" = homebrew-bundle;
"mikesplain/homebrew-tap" = mikesplain-homebrew-tap;
# "Sonos-Inc/homebrew-pdsw-devops" = homebrew-sk8s;
};
mutableTaps = false;
Expand Down

0 comments on commit 9ed61e3

Please sign in to comment.