Skip to content

Instantly share code, notes, and snippets.

@idontgetoutmuch
Created July 21, 2019 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idontgetoutmuch/98952ce19096923dedaa4d3a98f4ae1d to your computer and use it in GitHub Desktop.
Save idontgetoutmuch/98952ce19096923dedaa4d3a98f4ae1d to your computer and use it in GitHub Desktop.
{ compiler ? "ghc864"
, nixpkgs ? import <nixpkgs> {}
, packages ? (_: [])
, pythonPackages ? (_: [])
, rtsopts ? "-M3g -N2"
, systemPackages ? (_: [])
}:
import (./release.nix) { inherit compiler nixpkgs packages pythonPackages rtsopts systemPackages; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment