Merge pull request #641 from basvandijk/fix-linux-build-on-darwin

Fix Linux build on Darwin
This commit is contained in:
Eelco Dolstra
2019-03-15 21:33:00 +08:00
committed by GitHub

View File

@ -37,8 +37,9 @@ in
rec {
build = genAttrs' (system:
let pkgs = import nixpkgs { inherit system; }; in
with import nixpkgs { inherit system; };
with pkgs;
let