Skip to content

Commit 2b63ba1

Browse files
authored
Merge branch 'master' into unify-showGhc
2 parents 80c2a65 + 6ca2587 commit 2b63ba1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

flake.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,4 +381,13 @@
381381

382382
devShell = devShells.haskell-language-server-dev;
383383
});
384+
385+
nixConfig = {
386+
extra-substituters = [
387+
"https://haskell-language-server.cachix.org"
388+
];
389+
extra-trusted-public-keys = [
390+
"haskell-language-server.cachix.org-1:juFfHrwkOxqIOZShtC4YC1uT1bBcq2RSvC7OMKx0Nz8="
391+
];
392+
};
384393
}

0 commit comments

Comments
 (0)