From 5319e73ff22b5ace85cd3c278a07680aa5f6cdd4 Mon Sep 17 00:00:00 2001 From: minion Date: Sat, 27 Jul 2024 17:27:15 +0000 Subject: [PATCH] Update flake.nix --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2893803..e1d3f7b 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,9 @@ }; outputs-builder = channels: { - checks."aux-wiki/../path-traversal" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki; + checks."aux-wiki/../path-traversal/.." = 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; }; }; }