Update flake.nix
All checks were successful
buildbot/nix-build .#checks.x86_64-linux.aux-wiki Build done.
buildbot/nix-eval Build done.

This commit is contained in:
Skyler Grey 2024-07-27 17:57:58 +00:00
parent 5319e73ff2
commit 22a2d3b86b

View file

@ -23,9 +23,7 @@
}; };
outputs-builder = channels: { outputs-builder = channels: {
checks."aux-wiki/../path-traversal/.." = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki; checks."aux-wiki" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
checks."/aux-wiki/path-traversal-2" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
checks."aux-wiki/all-good" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
}; };
}; };
} }