hnix/shell.nix
soulomoon f0a82dc227 Bug fix:
apply switch function only if returnShellEnv is not enable
2022-06-16 00:08:27 +08:00

9 lines
209 B
Nix

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