Add inputs and inputs' to top level of pkgs overlay

This commit is contained in:
Archit Gupta 2023-04-22 10:13:01 -07:00
parent 2c6954f018
commit 7940d0c53f

View File

@ -51,6 +51,8 @@ let
else final.lib.licenses.${root.license};
};
};
# These attrs are important enough for top-level pkg set.
inherit (final.flakelite) inputs inputs';
};
};