hnix/shell.nix

7 lines
126 B
Nix

attrs@{...}:
let defaultAttrs = {
withHoogle = true;
compiler = "ghc8101";
};
in (import ./. (defaultAttrs // attrs)).env