IHaskell/release-9.2.nix

10 lines
284 B
Nix
Raw Normal View History

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