hnix/shell.nix

8 lines
188 B
Nix
Raw Permalink Normal View History

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