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": { "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"
} }

View file

@ -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;
}; };