Utku Demir
Utku Demir
Note: Long time ago I implemented a similar functionality as part of `ud/comment-overhaul` branch. It's probably bit-rotten, but maybe something can be salvaged easily.
It's more of package management than virtualization, but I'll suggest [Nix](http://nixos.org/nix/) and [NixOS](http://nixos.org/). _Nix_ is a purely functional package manager which you can describe a packages dependencies and build process...
We do have a `ci.nix` which generates & builds the project with the default options; which is run by GitHub Actions. If we end up having more options, we should...
Also, for reference, this is a hs-nix-template generated project that I modified to use `relude` and enabled some extensions: https://github.com/utdemir/nix-tree/blob/main/nix-tree.cabal
Hey, I'm glad you found it useful! That's great! I haven't thought of using `summoner` and `cookiecutter` together before, I think `summoner` is far more capable than `cookiecutter`; so probably...
Hey @viraptor , I believe I worked around the issue, or at least I can not reproduce it anymore. It's merged to`main`, so feel free to check it out. I'll...
Thank you, I do think this would be very useful. I believe it'd be easy to implement this technically as you suggested: * We populate`man nix-tree` * `nix-tree --help` would...
I think there has been some developments in this regard, so I would like to ask for re-opening the issue. I've been maintaining [utdemir/ghc-musl](https://github.com/utdemir/ghc-musl) for a while. It used to...
> Do you know how well supported the alpine ghc release is? So, I've been using `ghc-musl` for a while, and it seems to work. I'm not developing on it,...
This is know - and tricky to fix. As you can see, we do go through a couple of possible apps to copy to clipboard (as I couldn't find a...