all repos — searchix @ d0250f2b954105453b835937cf75f73cdbd7263f

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

chore: add ci task

Alan Pearce
commit

d0250f2b954105453b835937cf75f73cdbd7263f

parent

b8fb348355d27453c412a3255a6aabe0d2e269fb

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M justfilejustfile
@@ -26,6 +26,11 @@
test: go test ./... +check-flake: + nix flake check + +ci: check-flake checkformat test + build: nix build .#