Merge pull request #641 from basvandijk/fix-linux-build-on-darwin
Fix Linux build on Darwin
This commit is contained in:
commit
be2791330e
@ -37,8 +37,9 @@ in
|
||||
rec {
|
||||
|
||||
build = genAttrs' (system:
|
||||
let pkgs = import nixpkgs { inherit system; }; in
|
||||
|
||||
with import nixpkgs { inherit system; };
|
||||
with pkgs;
|
||||
|
||||
let
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user