hnix/shell.nix
2021-11-02 16:53:59 +02:00

8 lines
188 B
Nix

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