VictorEngmarkHexagon
VictorEngmarkHexagon
Using @marienz's test script, can confirm the regression happened between Nix 2.19.7 and 2.20.9.
@sterliakov Does this sound like something fixed by https://github.com/python/mypy/pull/19044?
I don't have time to do the update at the moment, so I've disabled caching for now. Will get back to this ticket later.
Thank you @sterliakov, upgrading to 1.17.1 fixed it!
> Why you have to avoid standard input? You can't use sh -c ...? AFAIK `pre-commit` hooks don't run in a shell, so features like stdin are not available (or...
> [@VictorEngmarkHexagon](https://github.com/VictorEngmarkHexagon) can you confirm if it's fixed with recent nixpkgs? I'm not sure how to test it in isolation. I tried this: - `devenv init` in a new directory...