shell.nix: add explanation why explicit defaults set

This commit is contained in:
Anton-Latukha 2020-11-18 22:26:03 +02:00
parent ad078200f9
commit a277ad4857
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
attrs@{...}:
let defaultAttrs = {
# Defaults are put in this form deliberately. Details: #748
withHoogle = true;
compiler = "ghc8101";
};