mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-25 08:53:15 +01:00
Add inputs and inputs' to top level of pkgs overlay
This commit is contained in:
parent
2c6954f018
commit
7940d0c53f
@ -51,6 +51,8 @@ let
|
|||||||
else final.lib.licenses.${root.license};
|
else final.lib.licenses.${root.license};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# These attrs are important enough for top-level pkg set.
|
||||||
|
inherit (final.flakelite) inputs inputs';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user