all repos — searchix @ 2430f46a9948b38b06880606a95dec357d01f619

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: render markdown in option descriptions

Alan Pearce
commit

2430f46a9948b38b06880606a95dec357d01f619

parent

158904f480e558ca00f680e7c577bb6329605eff

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -5,7 +5,7 @@ prepare:
ln -sf $(nix-build --no-out-link -A css) frontend/static/base.css update-nixos-options: - ln -sf $(nix-build --no-out-link -A nixos-options)/share/doc/nixos/options.json data/nixos-options.json + wgo run -exit ./process --input $(nix-build --no-out-link -A nixos-options)/share/doc/nixos/options.json --output data/nixos-options.json checkformat: gofmt -d .