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