Commit d199d68b authored by Vaibhav Sagar's avatar Vaibhav Sagar

release*.nix: remove default compiler and remove redundant expressions

parent e19382a9
{ compiler ? "ghc822"
, nixpkgs ? import <nixpkgs> {}
, packages ? (_: [])
, pythonPackages ? (_: [])
, rtsopts ? "-M3g -N2"
, systemPackages ? (_: [])
}:
import (./release.nix) { inherit compiler nixpkgs packages pythonPackages rtsopts systemPackages; }
{ compiler ? "ghc844"
, nixpkgs ? import <nixpkgs> {}
, packages ? (_: [])
, pythonPackages ? (_: [])
, rtsopts ? "-M3g -N2"
, systemPackages ? (_: [])
}:
import (./release.nix) { inherit compiler nixpkgs packages pythonPackages rtsopts systemPackages; }
{ compiler ? "ghc802" { compiler
, nixpkgs ? import <nixpkgs> {} , nixpkgs ? import <nixpkgs> {}
, packages ? (_: []) , packages ? (_: [])
, pythonPackages ? (_: []) , pythonPackages ? (_: [])
......
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