feat: return to upstream nix-index-database

This commit is contained in:
Youwen Wu 2025-01-01 23:27:09 -08:00
parent 1ed9b17f54
commit 9c930ee34f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 6 additions and 6 deletions

View file

@ -662,15 +662,15 @@
]
},
"locked": {
"lastModified": 1735182763,
"narHash": "sha256-S2zkij+fcLpWOM3IfyThOoypBVe1c0pWW2w9cRBdFio=",
"owner": "marienz",
"lastModified": 1735443188,
"narHash": "sha256-AydPpRBh8+NOkrLylG7vTsHrGO2b5L7XkMEL5HlzcA8=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "0a961f691c4da1e7edc0c23afd6e8d6765499ce0",
"rev": "55ab1e1df5daf2476e6b826b69a82862dcbd7544",
"type": "github"
},
"original": {
"owner": "marienz",
"owner": "nix-community",
"repo": "nix-index-database",
"type": "github"
}

View file

@ -82,7 +82,7 @@
};
nix-index-database = {
url = "github:marienz/nix-index-database";
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};