diff options
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: |
