hnix/shell.nix

9 lines
208 B
Nix
Raw Normal View History

attrs@{...}:
let defaultAttrs = {
# Defaults are put in this form deliberately. Details: #748
withHoogle = true;
returnShellEnv = true;
2023-11-18 10:13:15 +03:00
compiler = "ghc947";
};
in (import ./. (defaultAttrs // attrs))