summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index bda758e2..491ae0ab 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,6 +17,7 @@
     agenix.url = "github:ryantm/agenix";
     agenix.inputs.nixpkgs.follows = "nixpkgs";
     deploy-rs.url = "github:serokell/deploy-rs";
+    searchix.url = "git+https://git.alanpearce.eu/searchix";
   };
 
   outputs =
@@ -32,6 +33,7 @@
     , emacs-overlay
     , agenix
     , deploy-rs
+    , searchix
     , ...
     }:
     let
@@ -85,6 +87,7 @@
         specialArgs = { inherit inputs; };
         modules = [
           agenix.nixosModules.default
+          searchix.nixosModules.default
           ./system/linde.nix
         ];
       };