$ nix-env -iA cachix -f https://cachix.org/api/v1/install
$ cachix use ghcide-nix
Currently available for ghc865
, ghc864
and ghc844
:
environment.systemPackages = [
(import (builtins.fetchTarball "https://github.com/cachix/ghcide-nix/tarball/master") {}).ghcide-ghc865
];
$ nix-env -iA ghcide-ghc865 -f https://github.com/cachix/ghcide-nix/tarball/master
./update