mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-22 07:23:11 +01:00
Make flakelite a functor as a shortcut for mkFlake
This commit is contained in:
parent
59ccd592a3
commit
bd68bc5c44
@ -465,4 +465,7 @@ let
|
||||
(_: root'.outputs)
|
||||
];
|
||||
in
|
||||
exports
|
||||
{
|
||||
lib = exports;
|
||||
__functor = _: mkFlake;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user