angerman changed the topic of #haskell.nix to: https://input-output-hk.github.io/haskell.nix - alternative haskell infrastructure for nix; logs at https://logs.nix.samueldr.com/haskell.nix
acarrico has quit [Ping timeout: 264 seconds]
pjb has quit [Ping timeout: 272 seconds]
srk has quit [Ping timeout: 240 seconds]
srk has joined #haskell.nix
tbenst has joined #haskell.nix
<tbenst> hi! really digging Haskell.nix so far :). Quick question--anyone familiar with how to use `postInstall` for calling `wrapProgram` on a executable that is built?
tbenst has quit [Remote host closed the connection]
tbenst has joined #haskell.nix
<tbenst> here's a gist of what I'm trying to do: https://gist.github.com/tbenst/838b0a41a5d9e27637d9ab6c31b254db
<tbenst> documentation lists postInstall (https://input-output-hk.github.io/haskell.nix/reference/modules/) as a valid field, but I'm not sure how to set components.exes.postInstall from a haskell-nix.project
<tbenst> okay, looks like need to use something like `module = [{ packages.tylerbenster-com.components.exes.site.postInstall = ''[...]'' }]`
<tbenst> my next stumbling block is how do I add makeWrapper to nativeBuildInputs?
<tbenst> ah can set build-tools using same module syntax as above
tbenst has quit [Ping timeout: 260 seconds]
pjb has joined #haskell.nix
fendor has joined #haskell.nix
__monty__ has joined #haskell.nix
acarrico has joined #haskell.nix
fendor_ has joined #haskell.nix
fendor has quit [Ping timeout: 265 seconds]
hekkaidekapus{ has joined #haskell.nix
hekkaidekapus_ has quit [Ping timeout: 240 seconds]
__monty__ has quit [Quit: leaving]
fendor_ has quit [Remote host closed the connection]