dmj` has quit [Read error: Connection reset by peer]
hamishmack has quit [Ping timeout: 258 seconds]
dmj` has joined #haskell.nix
mpickering has joined #haskell.nix
Tritlo has joined #haskell.nix
hamishmack has joined #haskell.nix
gluegadget has joined #haskell.nix
srk has joined #haskell.nix
fendor has joined #haskell.nix
__monty__ has joined #haskell.nix
proofofkeags has joined #haskell.nix
ptival[m] has joined #haskell.nix
<ptival[m]>
Hi all, when using nixpkgs.mkShell, any additional field I set becomes an environment variable in the resulting shell. The same does not seem to happen with haskell.nix's shellFor, which seems to rely on mkDerivation? Is there a trick for this I'm not aware about?
<ptival[m]>
Ah, at least I can put some `export` commands in a `shellHook`. Let me know if there's a more proper way of handling this!