chore(nix/darwin): Use my version of brew-api

This commit is contained in:
Ahmad Ansori Palembani 2024-11-03 12:33:58 +07:00
parent 5e14e40447
commit 29a5503aa4
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 6 additions and 6 deletions

10
.config/nix/flake.lock generated
View file

@ -3,15 +3,15 @@
"brew-api": {
"flake": false,
"locked": {
"lastModified": 1730586548,
"narHash": "sha256-uuW1XDJ+sWtjKzGnNG/YmdhW0Fb8DMjwfB4OPndp1OM=",
"owner": "BatteredBunny",
"lastModified": 1730611730,
"narHash": "sha256-3Ey4o9S+HGSzb+gtH7MdfElmlsj2MgHJMEeKrXYlfKg=",
"owner": "null2264",
"repo": "brew-api",
"rev": "ec80d2ea7ad6a9f076d5304bf2a5830ac590a055",
"rev": "5fda4194cbf97d7bf33e4ebbf9686593365fd372",
"type": "github"
},
"original": {
"owner": "BatteredBunny",
"owner": "null2264",
"repo": "brew-api",
"type": "github"
}

View file

@ -47,7 +47,7 @@
inputs.nixpkgs.follows = "nixpkgs-stable";
};
brew-api = {
url = "github:BatteredBunny/brew-api";
url = "github:null2264/brew-api";
flake = false;
};