chore(nix/darwin): Use my version of brew-api
This commit is contained in:
parent
5e14e40447
commit
29a5503aa4
2 changed files with 6 additions and 6 deletions
10
.config/nix/flake.lock
generated
10
.config/nix/flake.lock
generated
|
@ -3,15 +3,15 @@
|
||||||
"brew-api": {
|
"brew-api": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730586548,
|
"lastModified": 1730611730,
|
||||||
"narHash": "sha256-uuW1XDJ+sWtjKzGnNG/YmdhW0Fb8DMjwfB4OPndp1OM=",
|
"narHash": "sha256-3Ey4o9S+HGSzb+gtH7MdfElmlsj2MgHJMEeKrXYlfKg=",
|
||||||
"owner": "BatteredBunny",
|
"owner": "null2264",
|
||||||
"repo": "brew-api",
|
"repo": "brew-api",
|
||||||
"rev": "ec80d2ea7ad6a9f076d5304bf2a5830ac590a055",
|
"rev": "5fda4194cbf97d7bf33e4ebbf9686593365fd372",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "BatteredBunny",
|
"owner": "null2264",
|
||||||
"repo": "brew-api",
|
"repo": "brew-api",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||||
};
|
};
|
||||||
brew-api = {
|
brew-api = {
|
||||||
url = "github:BatteredBunny/brew-api";
|
url = "github:null2264/brew-api";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue