diff options
| author | spl3g <spleefer6@gmail.com> | 2026-03-24 00:06:02 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@gmail.com> | 2026-03-24 00:06:02 +0300 |
| commit | dbda818a24af12bd3de6416199451f419557acb4 (patch) | |
| tree | c0b9e17e633a10826f5e5fd01ecfffff419a869b /flake.nix | |
| parent | 03648b3d9f177227df40129bed22558f6924b91c (diff) | |
feat(servers): add search, mail, git and fix some thingsv2
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |
