nix: inherit lib from unstable

This commit is contained in:
isabel
2024-06-23 13:22:53 +01:00
parent 8258e9029c
commit 982c01feb5

View File

@ -45,7 +45,7 @@
packages.${system} = let
mkArgs = optimize: {
inherit (pkgs-unstable) zig_0_12;
inherit (pkgs-unstable) zig_0_12 lib;
inherit optimize;
revision = self.shortRev or self.dirtyShortRev or "dirty";