Psionic K
Psionic K
I'm going to get out the bash bible before merging a quick & dirty fix, but thanks for diagnosing the issue. That was a tricky place to fail.
I'm preparing a different commit for this. I want to point out that you should be able to perform some cleanup in the preInstall hook or postBuild hook, depending on...
https://github.com/cargo2nix/cargo2nix/pull/292/commits/beca5239f5179a4f9d15a11495760a73a5f3c38c Try this
That is actually really odd. `echo '"$1"'` will just output `"$1"` literally. This would only make sense if, at the time the flag is read, `$1` is set and `"$1"`...
That makes sense. I want to be sure and kill this 100% rather than just leaving some more edge cases for the next person. The problem would seem extremely likely...
I'll patch it into unstable and close this. Thanks.
Just squashed some commits I was throwing at CI while my macbook is charging up. The apple frameworks seem to require propagation still. I'm unclear if this is because of...
I just force-pushed with a preference for `shellHook` instead of `setupHook` for injecting environment into derivations and propagating that injection to the workspace shell. I've completely removed the derivation hack...
My mistake. Thanks for adding the 300 flag. You only saw the missing 300 because of unstable branch, correct? I am using 22.05 in development. I could add an extra...
Don't know what happened on CI. I'll let you have a shot at it until I make it back to this issue.