diff options
| author | crumpetalpaca <crumpet@crumpetalpaca.xyz> | 2026-03-28 13:59:55 +0000 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-28 19:40:19 -0400 |
| commit | 252ed2fcfbde6f6bf4598af923f90674b8b028ec (patch) | |
| tree | 262307ac2df7061b5600055c197bd66b28204ab0 | |
| parent | ebdbbc2ff0f412046a7cf1299825b24489feae8d (diff) | |
| download | omnisearch-252ed2fcfbde6f6bf4598af923f90674b8b028ec.tar.gz | |
fix: stupid nix highlighting stuff
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ On Alpine, `shadow` is needed for the user creation process during the install. ### 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 = { |
