Skip to content

Commit 2ef06a7

Browse files
authored
readme: update commented out options
modifier is also going away soon.
1 parent e1f757d commit 2ef06a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ To use haskell-flake in your Haskell projects, create a `flake.nix` containing t
2323
imports = [ inputs.haskell-flake.flakeModule ];
2424
perSystem = { self', pkgs, ... }: {
2525
haskellProjects.default = {
26+
name = "myproject"; # assumes myproject.cabal
2627
root = ./.;
2728
# buildTools = hp: { fourmolu = hp.fourmolu; };
2829
# source-overrides = { };
2930
# overrides = self: super: { };
30-
# modifier = drv: drv;
31+
# hlintCheck.enable = true;
32+
# hlsCheck.enable = true;
3133
};
3234
};
3335
};

0 commit comments

Comments
 (0)