IHaskell/release-9.0.nix

10 lines
284 B
Nix
Raw Normal View History

2022-06-05 09:54:13 +10:00
{ compiler ? "ghc902"
, nixpkgs ? import <nixpkgs> {}
2021-04-25 03:04:47 +10:00
, packages ? (_: [])
, pythonPackages ? (_: [])
, rtsopts ? "-M3g -N2"
, staticExecutable ? false
2021-04-25 03:04:47 +10:00
, systemPackages ? (_: [])
}:
import (./release.nix) { inherit compiler nixpkgs packages pythonPackages rtsopts systemPackages; }