Skip to content

Commit

Permalink
Merge pull request #578 from Montmorency/hls-docfix
Browse files Browse the repository at this point in the history
updated nixPkgsRev in Editors Tooling
  • Loading branch information
mpscholten authored Nov 30, 2020
2 parents 1f17004 + 268be17 commit 9a93a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guide/editors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ If you get an error like `error: attribute 'haskell-language-server' missing`: M
In line 21 and 22 it should be configured like this:

```
nixPkgsRev = "07e5844fdf6fe99f41229d7392ce81cfe191bcfc";
nixPkgsSha256 = "0p2z6jidm4rlp2yjfl553q234swj1vxl8z0z8ra1hm61lfrlcmb9";
nixPkgsRev = "c985bf793e6ab7d54a9182381b4b610fe0ae6936";
nixPkgsSha256 = "0zsj9imjbnhkb65r169xxqmjgqd5593insrvncvabg1iqdsrcxz1";
```

In case you have a different `nixPkgsRev` or `nixPkgsSha256` replace it with the above code. After that run `make -B .envrc` and `make hie.yaml`.

0 comments on commit 9a93a43

Please sign in to comment.