Hamish Mackenzie

Results 206 comments of Hamish Mackenzie

> I think you accidentally lost the first cleanGit commit! I did some digging and it turns out that the `.git` directory is a problem with the way `lorri watch`...

It turns out that https://github.com/target/lorri/pull/232 breaks some things that do need to be watched recursively. I have tried to make a new patch here https://github.com/target/lorri/pull/356 that does not have the...

This might be a problem with one of the GHC patches haskell.nix applies. Perhaps the unboxed tuple one? > I don't have a minimal reproducible example unfortunately. A large one...

So if I revert that PR and run something will it break? What should I run?

1. To get a copy of the source with all the existing patches applied run: ``` nix-build -E 'let pkgs = (import ./. {}).pkgs-unstable; in pkgs.srcOnly pkgs.haskell-nix.compiler.ghc923' ``` 2. Once...

I'm keen to try to get this working. It would be a nice for people to get up and running quickly without configuring the nix cache. They would still need...

Would it also reduce the size of the derivation? Timeout is not a problem (bors times out, but hydra keeps going). I think the problem right now is actually `Output...