hnix/shell.nix
Anton-Latukha 45752fc633
shell.nix: use Haskell notation, use explicit attrs
Since variadic (...) attr passing does not work in Nix - the least of evils - is
to expicitly state the few attrs affecting the `shell.nix`.
2020-11-01 20:49:40 +02:00

6 lines
82 B
Nix

attrs@
{ compiler ? "ghc8101"
, withHoogle ? true
}:
(import ./. attrs).env