rien
rien copied to clipboard
Predictable Haskell development environments with Cabal and Nix.
E.g. `llvm-hs` should be dependent on `llvm_5`.
It might be preferable to distribute this as an [overlay](https://nixos.org/nixpkgs/manual/#chap-overlays) so that I can just clone it into my `overlays` folder and use it seamlessly rather than have to import...
You may want to think about using [deterministic bootstrapping](https://nixos.wiki/wiki/How_to_fetch_Nixpkgs_with_an_empty_NIX_PATH) in [this](https://github.com/mrkgnao/rien/blob/master/rien.nix#L50-L56) part of the code.