diff --git a/default.nix b/default.nix index 926107d..decf40d 100644 --- a/default.nix +++ b/default.nix @@ -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'; }; };