coq-nix-toolbox
coq-nix-toolbox copied to clipboard
Config `buildInputs` is not used to override the package derivation.
IIUC the diagnosis in coq-community/lemma-overloading#68, buildInputs is pretty useless because it is only used in the derivation that is built by nix-build called without arguments. It doesn't affect the derivation built by nix-build --argstr job PACKAGENAME and thus the CI.
The same is true for coqproject in config.nix BTW.
Solving this bug could help lift some limitation described in coq-community/templates#99.