This commit is contained in:
2025-09-15 20:10:25 +02:00
parent 57207e9cb2
commit 8d1cc2813d
2 changed files with 0 additions and 18 deletions

17
flake.lock generated
View File

@@ -148,22 +148,6 @@
"type": "github" "type": "github"
} }
}, },
"homebrew-axe": {
"flake": false,
"locked": {
"lastModified": 1748788613,
"narHash": "sha256-rHXT2HX2HByObjdncBMGMM/4ezakO4bQsO+KGxB5Ajk=",
"owner": "cameroncooke",
"repo": "homebrew-axe",
"rev": "bd522a3347cdd2763000bfc697dc7ab42d72df62",
"type": "github"
},
"original": {
"owner": "cameroncooke",
"repo": "homebrew-axe",
"type": "github"
}
},
"homebrew-cask": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
@@ -354,7 +338,6 @@
"darwin": "darwin", "darwin": "darwin",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"home-manager": "home-manager", "home-manager": "home-manager",
"homebrew-axe": "homebrew-axe",
"homebrew-cask": "homebrew-cask", "homebrew-cask": "homebrew-cask",
"homebrew-core": "homebrew-core", "homebrew-core": "homebrew-core",
"nix-homebrew": "nix-homebrew", "nix-homebrew": "nix-homebrew",

View File

@@ -76,7 +76,6 @@
taps = { taps = {
"homebrew/homebrew-core" = inputs.homebrew-core; "homebrew/homebrew-core" = inputs.homebrew-core;
"homebrew/homebrew-cask" = inputs.homebrew-cask; "homebrew/homebrew-cask" = inputs.homebrew-cask;
"cameroncooke/axe" = inputs.homebrew-axe;
}; };
mutableTaps = true; mutableTaps = true;
}; };