Compare commits

..

No commits in common. "minion-patch-4" and "main" have entirely different histories.

View file

@ -23,7 +23,9 @@
};
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;
};
};
}