Skip to content

Commit a277ad4

Browse files
committed
shell.nix: add explanation why explicit defaults set
1 parent ad07820 commit a277ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
attrs@{...}:
22
let defaultAttrs = {
3+
# Defaults are put in this form deliberately. Details: #748
34
withHoogle = true;
45
compiler = "ghc8101";
56
};

0 commit comments

Comments
 (0)