$ nix-env -iA cachix -f https://cachix.org/api/v1/install
$ cachix use hercules-ci
Currently available for ghc865
, ghc864
and ghc844
:
environment.systemPackages = [
(import (builtins.fetchTarball "https://github.com/hercules-ci/ghcide-nix/tarball/master") {}).ghcide-ghc865
];
$ nix-env -iA ghcide-ghc865 -f https://github.com/hercules-ci/ghcide-nix/tarball/master
It was the easiest to setup, it will hopefully merge with ghcide
nix-shell
niv update ghcide -b TAG
or for unreleased:
niv update ghcide -b master