From 463304cdddd510c7860c1c7098dfdb05afbb5721 Mon Sep 17 00:00:00 2001 From: minion Date: Sun, 28 Jul 2024 08:35:44 +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 309464d..8f27935 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; };