Silvan Mosberger

Results 111 comments of Silvan Mosberger

At Zurihac I developed a small demo for using the module system for dream2nix with the feedback of @DavHau, here's the result, mainly see the `user.nix` module, which is the...

Nice! Might do that later

Not relevant anymore, switched to a more standard keyboard layout configuration

I can confirm that this patch works well! In my case I'm using bubblewrap with `cabal repl`, which normally supports using Ctrl-C to clear the current line (as do most...

I also ran into this, turns out that Firefox just doesn't implement CTAP2 yet, which is apparently needed for the aaguid to be set. The bug that tracks this is...

> can be avoided by making the packages available at the top-level but using this repo's code, not individually on each nur-packages You mean like `nur.{pkgs,modules,overlays,lib}.paul.foo` instead of `nur.repos.paul.{pkgs,modules,overlays,lib}.foo`? That...

Yeah there are some things worth discussing still, but there's also many things that could be put into "NixOS pills". I have been wanting to write something like this before,...

I just thought of a slighty hacky way to achieve this: Since there's the [`--no-warnings`](https://haskell-haddock.readthedocs.io/en/latest/invoking.html?highlight=warn#cmdoption-no-warnings) flag, it's possible to do one run without the flag and one with, if the...

Hey I just made https://github.com/infinisil/all-hies which includes builds for all GHC versions. @domenkozar notified me regarding this issue, but I'm still a bit confused. Do I understand it right that:...

Ahh! Thanks a lot, that cleared everything up, especially the Haskell API part. I actually had problems with loading times of TH projects when I started using HIE (5 minutes...