hnix/shell.nix
2020-11-18 11:53:36 +01:00

7 lines
126 B
Nix

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