fix: user flake lib export should be user-lib only

This commit is contained in:
Jake Hamilton
2022-09-07 21:01:24 -07:00
parent 7e8aabfaff
commit aac9e0f375
2 changed files with 12 additions and 12 deletions

View File

@@ -43,6 +43,6 @@ let
in
{
internal = {
inherit system-lib;
inherit system-lib user-lib;
};
}