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