mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
add hls-wrapper to flake
This commit is contained in:
parent
c077bf7d8a
commit
db843d5587
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
outputs = { self, nixpkgs, flake-utils, haskellNix }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
hls = pkgs.haskell-language-server;
|
||||
overlays = [ haskellNix.overlay
|
||||
(final: prev: {
|
||||
hakyllProject = final.haskell-nix.project' {
|
||||
|
@ -27,6 +28,7 @@
|
|||
modules = [{ doHaddock = false; }];
|
||||
shell.buildInputs = [
|
||||
hakyll-site
|
||||
hls
|
||||
];
|
||||
shell.tools = {
|
||||
cabal = "latest";
|
||||
|
|
Loading…
Reference in a new issue