Open
Description
I need some package bounds overriden in my cabal.project, and while it works with nix build
, it seems that shellFor
does not pick up the overriden constraints.
As an example, try doing nix develop git+https://gitlab.com/spacekitteh/spacerl.git?ref=master&rev=5f55424af741e89ab08f788695fff8394f2db8b7
and then try nix build
instead.