From b6b3cc4bf9412d8adf75adaa9b34fc0ac111cc1e Mon Sep 17 00:00:00 2001 From: minion Date: Sun, 28 Jul 2024 08:32:19 +0000 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e1d3f7b..29fc274 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; outputs-builder = channels: { - checks."aux-wiki/../path-traversal/.." = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki; + checks."aux-wiki/../path-traversal/../foo" = 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; };