haskell.nix icon indicating copy to clipboard operation
haskell.nix copied to clipboard

Add `inputMap` to `stackProject`

Open hamishmack opened this issue 2 years ago • 1 comments

It might be sensible to add the inputMap feature from cabalPorject to stackProject (see #374).

It works a lot like sha256map (but providing the actual input rather than just the hash) and sha256map is supported in stackProject and it is used in lib/stack-cache-generator.nix. Most likely the way to add inputMap support is to update that code.

hamishmack avatar Oct 02 '22 22:10 hamishmack

I'd really like to get this working, since it seems to be the only way to get private git repositories to work with stackProject. (Unless I'm mistaken about that?)

I can take a stab at doing this, but could you point me in the right direction?

thomasjm avatar Mar 15 '24 14:03 thomasjm