feat: install nix-index-database

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-09 19:57:06 -03:00
parent b92a5e0c5e
commit 4c7d2348d8
3 changed files with 27 additions and 0 deletions

21
flake.lock generated
View File

@@ -70,6 +70,26 @@
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1704596958,
"narHash": "sha256-BK3Ohsz7m8X6qVKFxDtr8KVcHipfr5hYE9PDIJevHbQ=",
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "f46800ac5a6e9f892fe36e50821c5d85794ecc62",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-index-database",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1703961334,
@@ -106,6 +126,7 @@
"flatpaks": "flatpaks",
"home-manager": "home-manager",
"nix-colors": "nix-colors",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs",
"tmux-plugin-manager": "tmux-plugin-manager"
}