From dbda818a24af12bd3de6416199451f419557acb4 Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 24 Mar 2026 00:06:02 +0300 Subject: feat(servers): add search, mail, git and fix some things --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 497471e..7019be4 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,13 @@ }; deploy-rs.url = "github:serokell/deploy-rs"; + + omnisearch = { + url = "git+https://git.bwaaa.monster/omnisearch"; + inputs = { + nixpkgs.follows = "nixpkgs-stable"; + }; + }; }; outputs = inputs: -- cgit v1.2.3