summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index fd8ae10c..4913fe2f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -60,6 +60,15 @@
60 ref = "master"; 60 ref = "master";
61 flake = false; 61 flake = false;
62 }; 62 };
63 nix-index-database = {
64 type = "github";
65 owner = "Mic92";
66 repo = "nix-index-database";
67 ref = "main";
68 inputs = {
69 nixpkgs.follows = "nixpkgs";
70 };
71 };
63 72
64 pypi-deps-db = { 73 pypi-deps-db = {
65 url = "github:DavHau/pypi-deps-db"; 74 url = "github:DavHau/pypi-deps-db";