devshell icon indicating copy to clipboard operation
devshell copied to clipboard

WIP: implement packagesFrom

Open zimbatm opened this issue 5 years ago • 3 comments

fixes #5

zimbatm avatar Aug 24 '20 12:08 zimbatm

This new packagesFrom attribute would be useful. I hope this PR can be merged sometime in the future.

paulovieira avatar Mar 24 '22 15:03 paulovieira

This may be a tangential question, but how can I integrate numtide/devshell when already using a Haskell devshell that comes from developPackage? cf.

https://github.com/srid/haskell-template/blob/7f9fe6229507a68af21cb6201299099d83527346/flake.nix#L42-L43

https://github.com/srid/haskell-template/blob/7f9fe6229507a68af21cb6201299099d83527346/flake.nix#L79

I suppose I can merge them but that feels hacky.

srid avatar May 17 '22 15:05 srid

Same question as @srid here: I'm using haskellPackages.shellFor at work and would like to use devshell in some way, but I'm not sure how to get the best of both worlds.

kenranunderscore avatar Jun 11 '22 11:06 kenranunderscore