flake: implement nix-index-database

This commit is contained in:
Infinidoge 2024-10-17 09:31:08 -04:00
parent 34cd8add4a
commit 014221cc39
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
5 changed files with 39 additions and 4 deletions

21
flake.lock generated
View file

@ -620,6 +620,26 @@
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1728790083,
"narHash": "sha256-grMdAd4KSU6uPqsfLzA1B/3pb9GtGI9o8qb0qFzEU/Y=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "5c54c33aa04df5dd4b0984b7eb861d1981009b22",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-index-database",
"type": "github"
}
},
"nix-minecraft": {
"inputs": {
"flake-compat": [
@ -897,6 +917,7 @@
"latest": "latest",
"lix": "lix_2",
"lix-module": "lix-module",
"nix-index-database": "nix-index-database",
"nix-minecraft": "nix-minecraft",
"nixos-hardware": "nixos-hardware",
"nixos-wsl": "nixos-wsl",