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`.
This commit is contained in:
Anton-Latukha 2020-11-01 19:56:58 +02:00
parent 75e3a73bbe
commit 45752fc633
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 5 additions and 1 deletions

View File

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