about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4a41a19..016ed06 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,9 +8,10 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
     nur.url = "github:nix-community/NUR";
+    nix-index.url = "github:Mic92/nix-index-database";
   };
 
-  outputs = inputs @ { self, nixpkgs, home-manager, nur }:
+  outputs = inputs @ { self, nixpkgs, home-manager, nur, ... }:
     let user = "baitinq";
     in
     {