forked from auxolotl/docs
Compare commits
No commits in common. "minion-patch-4" and "main" have entirely different histories.
minion-pat
...
main
|
@ -23,7 +23,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs-builder = channels: {
|
outputs-builder = channels: {
|
||||||
checks."build-fail" = inputs.nixpkgs.legacyPackages.${channels.nixpkgs.system}.AAAAAASomeThingsFailToEvaluate;
|
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