hnix/shell.nix
2023-11-21 07:28:10 +01:00

9 lines
208 B
Nix

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