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
commit be2791330e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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