about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock21
-rw-r--r--flake.nix8
-rw-r--r--flake/default.nix2
3 files changed, 31 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index a0dbc208..08b38b5e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -381,6 +381,26 @@
         "type": "github"
       }
     },
+    "nix-index-database": {
+      "inputs": {
+        "nixpkgs": [
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1708830466,
+        "narHash": "sha256-nGKe3Y1/jkLR2eh1aRSVBtKadMBNv8kOnB52UXqRy6A=",
+        "owner": "nix-community",
+        "repo": "nix-index-database",
+        "rev": "f070c7eeec3bde8c8c8baa9c02b6d3d5e114d73b",
+        "type": "github"
+      },
+      "original": {
+        "owner": "nix-community",
+        "repo": "nix-index-database",
+        "type": "github"
+      }
+    },
     "nixVim": {
       "inputs": {
         "flake-compat": [
@@ -642,6 +662,7 @@
         "home-manager": "home-manager",
         "impermanence": "impermanence",
         "lanzaboote": "lanzaboote",
+        "nix-index-database": "nix-index-database",
         "nixVim": "nixVim",
         "nixos-generators": "nixos-generators",
         "nixpkgs": "nixpkgs",
diff --git a/flake.nix b/flake.nix
index 401f8b10..6d899f55 100644
--- a/flake.nix
+++ b/flake.nix
@@ -158,6 +158,12 @@
         pre-commit-hooks-nix.follows = "pre-commit-hooks";
       };
     };
+    nix-index-database = {
+      url = "github:nix-community/nix-index-database";
+      inputs = {
+        nixpkgs.follows = "nixpkgs";
+      };
+    };
 
     # my configs
     templates = {
@@ -242,6 +248,7 @@
     disko,
     lanzaboote,
     nixVim,
+    nix-index-database,
     # external dependencies
     user_js,
     treefmt-nix,
@@ -284,6 +291,7 @@
         serverphone
         disko
         lanzaboote
+        nix-index-database
         # external dependencies
         
         treefmt-nix
diff --git a/flake/default.nix b/flake/default.nix
index 185286eb..b50b34fc 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -15,6 +15,7 @@
   serverphone,
   disko,
   lanzaboote,
+  nix-index-database,
   # external dependencies
   user_js,
   treefmt-nix,
@@ -46,6 +47,7 @@
       
       impermanence
       nixVim
+      nix-index-database
       ;
   };
   defaultModules = [