Commit eb614aa5 authored by Vaibhav Sagar's avatar Vaibhav Sagar

release-8.{2,4}.nix: inherit all the things

parent 4da83341
args@{ compiler ? "ghc822", nixpkgs ? import <nixpkgs> {}, packages ? (_: []), rtsopts ? "-M3g -N2", systemPackages ? (_: []) }:
import (./release.nix) args
{ compiler ? "ghc822"
, nixpkgs ? import <nixpkgs> {}
, packages ? (_: [])
, rtsopts ? "-M3g -N2"
, systemPackages ? (_: [])
}:
import (./release.nix) { inherit compiler nixpkgs packages rtsopts systemPackages; }
args@{ compiler ? "ghc841", nixpkgs ? import <nixpkgs> {}, packages ? (_: []), rtsopts ? "-M3g -N2", systemPackages ? (_: []) }:
import (./release.nix) args
{ compiler ? "ghc841"
, nixpkgs ? import <nixpkgs> {}
, packages ? (_: [])
, rtsopts ? "-M3g -N2"
, systemPackages ? (_: [])
}:
import (./release.nix) { inherit compiler nixpkgs packages rtsopts systemPackages; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment