diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-08-04 00:51:28 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-08-04 00:54:53 -0400 |
| commit | 11acc93f4357b86e2ca3a74e549193d84ab685f4 (patch) | |
| tree | adc521936be16b9e3e5ef639868f3adc2ccaf784 /README.md | |
| parent | 7b587d82c874df275f147eb461f6389163547e4e (diff) | |
| download | omnisearch-11acc93f4357b86e2ca3a74e549193d84ab685f4.tar.gz | |
fix: remove nix support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -47,32 +47,6 @@ On Alpine, `shadow` is needed for the user creation process during the install. # xbps-install -S libxml2-devel libcurl-devel ``` -### NixOS -Add the flake to your inputs and import the module. That is all you need. -Here's an example of using the modules in a flake: -```nix -# flake.nix -{ - inputs = { - omnisearch = { - url = "git+https://git.bwaaa.monster/omnisearch"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - - outputs = { self, nixpkgs, omnisearch, ... }: { - nixosConfigurations.mySystem = nixpkgs.lib.nixosSystem { - modules = [ - omnisearch.nixosModules.default - { - services.omnisearch.enable = true; - } - ]; - }; - }; -} -``` - ### macOS (Homebrew) ``` $ brew install libxml2 curl openssl pkg-config |
