From 22a2d3b86b5b8a7ab6a1b22852367c1f1607c7de Mon Sep 17 00:00:00 2001 From: minion Date: Sat, 27 Jul 2024 17:57:58 +0000 Subject: [PATCH] Update flake.nix --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index e1d3f7b..5a100b7 100644 --- a/flake.nix +++ b/flake.nix @@ -23,9 +23,7 @@ }; outputs-builder = channels: { - 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; + checks."aux-wiki" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki; }; }; } -- 2.45.2