Nix: allow building from pure-eval mode (#2427)
* default.nix: allow import with pure-eval enabled * Update hercules-ci/gitignore * shell.nix: fix import of default.nix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Derive a fully static Haskell package based on musl instead of glibc.
|
||||
{ nixpkgs, compiler, patches, allOverlays }:
|
||||
{ nixpkgs, system, compiler, patches, allOverlays }:
|
||||
|
||||
name: src:
|
||||
let
|
||||
@@ -46,7 +46,7 @@ let
|
||||
|
||||
# Apply our overlay to nixpkgs.
|
||||
normalPkgs =
|
||||
import nixpkgs { inherit overlays; };
|
||||
import nixpkgs { inherit overlays system; };
|
||||
|
||||
defaultCabalPackageVersionComingWithGhc =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user