Update flake.nix #3

Open
minion wants to merge 1 commit from minion-patch-3 into main
Showing only changes of commit 22a2d3b86b - Show all commits

View file

@ -23,9 +23,7 @@
};
outputs-builder = channels: {
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;
checks."aux-wiki" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
};
};
}