coq-nix-toolbox
coq-nix-toolbox copied to clipboard
Add optional tools to nix-shell.
For instance, for Coq, we would need tools like jq and git to make some dev scripts work.
@CohenCyril would this be easy to implement? This seems to be the last missing bit to convert Coq's Nix setup to use the toolbox.
Actually, I found a way to do without this (by relying on shell-attribute, which I already had to do anyway).