Drew Hess

Results 149 comments of Drew Hess

Even better, it would be possible to tell the CSI mounter to trust the self-signed/internal CA.

Nixpkgs generally uses underscore (`_`) to replace `.` in package names that include versions, so one idea that's consistent with Nixpkgs would be, e.g., ` lts-11_0` and `lts-1_10`.

Hi @gev, I'm not using it anymore. It should work on any Raspberry Pi as long as you a) compile it with GHC 7.8 and b) your Raspberry Pi kernel...

Push to `0.10.0.0`.

Protolude's dependencies are: ``` build-depends: base >= 4.6 && = 0.4 && = 0.3 && = 2.0 && = 1.3 && = 0.5 && = 1.2 && = 0.2 &&...

Hi, After a quick look, I think most of the things in your fork are good changes. I've also recently converted most of my Nix projects to flakes, but hadn't...

OK, that sounds like a good plan. Feel free to make a PR to remove `gpg-scripts` as well. I can easily go back and re-add them in a branch later.

Thanks for the report. I don't think I've seen this is actual use, but I'll take a look at the code. What is the platform you're using to produce this...

I agree that `watch-exec` would be useful. As a workaround, unless I’m missing something, I think the method described [here](https://docs.cachix.org/pushing#pushing-build-and-runtime-dependencies) and replacing `cachix` with `attic` would effectively do the same...