From bffc76e17c158502e56f794fcf920ed1cbccf8d7 Mon Sep 17 00:00:00 2001 From: minion Date: Sun, 28 Jul 2024 08:33:06 +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 29fc274..309464d 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; outputs-builder = channels: { - checks."aux-wiki/../path-traversal/../foo" = 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; };