Pass pkgs into zig-overlay

This commit is contained in:
Benjamin Tan 2021-06-06 04:12:07 +08:00
parent 0128659a82
commit 7d11e228cc
No known key found for this signature in database
GPG Key ID: A853F0716C413825

View File

@ -14,7 +14,7 @@ let
sha256 = "1npnx0h6bd0d7ql93ka7azhj40zgjp815fw2r6smg8ch9p7mzdlx";
};
inherit (import gitignoreSrc { inherit (pkgs) lib; }) gitignoreSource;
zig = (import zig-overlay {}).master.latest;
zig = (import zig-overlay { inherit pkgs; }).master.latest;
in
pkgs.stdenvNoCC.mkDerivation {
name = "zls";