hnix/shell.nix

8 lines
188 B
Nix

attrs@{...}:
let defaultAttrs = {
# Defaults are put in this form deliberately. Details: #748
withHoogle = true;
compiler = "ghc8101";
};
in (import ./. (defaultAttrs // attrs)).env