Compare commits

...

2 commits

Author SHA1 Message Date
Skyler Grey 0e796bec71 Update packages/aux-wiki/default.nix
Some checks failed
buildbot/nix-build .#checks.x86_64-linux./aux-wiki/path-traversal-2 Build done.
buildbot/nix-build .#checks.x86_64-linux."aux-wiki/../path-traversal/../../../foo" Build done.
buildbot/nix-build .#checks.x86_64-linux.aux-wiki/all-good Build done.
buildbot/nix-eval Build done.
2024-07-28 08:36:08 +00:00
Skyler Grey 463304cddd Update flake.nix 2024-07-28 08:35:44 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};

View file

@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
cp -r contributing $out/contributing
cp -r docs $out/docs
# foo, bar, baz
# foo, bar, baz, qux
'';
fixupPhase = ''