| 26 Feb 2026 |
shapr | Does anyone have nix or flake checks/lints for "before I publish this crate to crates.io" sort of tasks?
For example, scanning the repo for credentials, etc? | 18:26:43 |
rosssmyth | I have it for various tests | 18:47:02 |
rosssmyth | https://github.com/RossSmyth/press/blob/40abaa1c8e446c6970390df8aac649d5f511ca3d/.github/workflows/main.yml#L30-L51
https://github.com/RossSmyth/press/blob/40abaa1c8e446c6970390df8aac649d5f511ca3d/flake.nix#L26-L29
You can definitely do credential scanning and other things. Crane has builders for some stuff like cargo-audit and cargo-deny. | 18:49:16 |
rosssmyth | Things I setup for Wild
https://github.com/davidlattimore/wild/blob/426490925941fcb4c889e2522629cf1a8a0a040d/flake.nix#L41-L68 | 18:51:06 |
shapr | Thank you, this is helpful! | 19:08:39 |