forked from auxolotl/docs
Update flake.nix
Some checks failed
Some checks failed
This commit is contained in:
parent
0e796bec71
commit
520275eaf0
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
|
||||
outputs-builder = channels: {
|
||||
checks."aux-wiki/../path-traversal/../../../foo" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
|
||||
checks."//tmp/this-is-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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue