summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-01 18:45:23 -0600
committerChristian <[email protected]>2026-01-01 18:47:15 -0600
commit44adb7d61e71370acb7d839e6b76270f9a081939 (patch)
treeabf080cc3bafb9b29c884afe8a030c9fd16aad03 /flake.lock
parent47c9f3299fc9668e55d7080572a6f49277fee66f (diff)
Command not found: nix-index
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 6e44a49..c877d97 100644
--- a/flake.lock
+++ b/flake.lock
@@ -21,6 +21,26 @@
"type": "github"
}
},
+ "nix-index-database": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1765267181,
+ "narHash": "sha256-d3NBA9zEtBu2JFMnTBqWj7Tmi7R5OikoU2ycrdhQEws=",
+ "owner": "nix-community",
+ "repo": "nix-index-database",
+ "rev": "82befcf7dc77c909b0f2a09f5da910ec95c5b78f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "nix-index-database",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1767047869,
@@ -40,6 +60,7 @@
"root": {
"inputs": {
"home-manager": "home-manager",
+ "nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs"
}
}