just
recipes can now be grouped.
Requires 1.27.0 which was released yesterday.
https://nixos.asia/en/buildRustPackage#override
Just is pretty nice, it's like make but better
Are there any big projects using it for nontrivial scripts?
https://github.com/juspay/nix-browser/blob/main/justfile
Generally I try to keep justfile
trivial, and move any complex scripts into being writeShellApplication
package under a devShell's nativeBuildInputs
There's also just-flake - an attempt to abstract out common stuff in justfile
Some of the other SRE at work use just as a sort of high-level cli to unify their workflows. Seemed pretty cool to me
Last updated: Jan 18 2025 at 05:14 UTC