Niklas Hambüchen

Results 370 comments of Niklas Hambüchen

There is some work going on for the ModuleInspector in general; as a quick fix, use `"inspect_modules": false` in the SublimeHaskell settings.

Hey, you may also consider using [static-haskell-nix](https://github.com/nh2/static-haskell-nix) for this. It has support for building stack projects, and would make it possible to build the static binary on any Linux distribution...

@colundrum > the linking wasn't successfully done due to libpq which doesn't find openssl … That is a common situation, there is an easy fix by adding the library flags...

I provide a static `cachix` build in [`static-haskell-nix`](https://github.com/nh2/static-haskell-nix); you can see it's in the list of `working` executables that I've explicitly tested in https://github.com/nh2/static-haskell-nix/blob/97dd9f518ba15b5b72d603cd9d029767a2b39227/survey/default.nix#L697 For example, as described in [Building...

For people's convenience, here's a static build of `cachix-0.2.0` I made with the latest `static-haskell-nix`: * [cachix-0.2.0-static-haskell-nix.tar.gz](https://github.com/cachix/cachix/files/3228867/cachix-0.2.0-static-haskell-nix.tar.gz)

It's not really required, the patch I upstreamed to Cabal 3 only makes static-haskell-nix maintenance easier. Because with musl we have to build everything from scratch anyway, carrying the patch...

Static rust builds don't seem too impossible. Alpine seems to do it successfully. Can you elaborate a bit on how Cachix pulls in nix? Just in the closure? Is it...

> doesn't using the sqlite backend essentially give you a unified history? At least `history show all` shows all terminals' history when sqlite is used, I just tried that.

@Piping I don't understand what you are saying.

This would be really helpful. `nload` is broken on all my servers due to the whole contents randomly scrolling to the left as shown in the screenshot.