IHaskell/release-8.10.nix

10 lines
301 B
Nix
Raw Normal View History

2021-06-02 17:54:22 +10:00
{ compiler ? "ghc8104"
2020-03-25 16:22:01 +08:00
, jupyterlabAppDir ? null
2020-11-19 05:21:31 +11:00
, nixpkgs ? import <nixpkgs> {}
2020-03-25 16:22:01 +08:00
, packages ? (_: [])
, pythonPackages ? (_: [])
, rtsopts ? "-M3g -N2"
, systemPackages ? (_: [])
}:
2020-11-19 05:21:31 +11:00
import (./release.nix) { inherit compiler jupyterlabAppDir nixpkgs packages pythonPackages rtsopts systemPackages; }