Pass pkgs
into zig-overlay
This commit is contained in:
parent
0128659a82
commit
7d11e228cc
@ -14,7 +14,7 @@ let
|
|||||||
sha256 = "1npnx0h6bd0d7ql93ka7azhj40zgjp815fw2r6smg8ch9p7mzdlx";
|
sha256 = "1npnx0h6bd0d7ql93ka7azhj40zgjp815fw2r6smg8ch9p7mzdlx";
|
||||||
};
|
};
|
||||||
inherit (import gitignoreSrc { inherit (pkgs) lib; }) gitignoreSource;
|
inherit (import gitignoreSrc { inherit (pkgs) lib; }) gitignoreSource;
|
||||||
zig = (import zig-overlay {}).master.latest;
|
zig = (import zig-overlay { inherit pkgs; }).master.latest;
|
||||||
in
|
in
|
||||||
pkgs.stdenvNoCC.mkDerivation {
|
pkgs.stdenvNoCC.mkDerivation {
|
||||||
name = "zls";
|
name = "zls";
|
||||||
|
Loading…
Reference in New Issue
Block a user