fix: user flake lib export should be user-lib only
This commit is contained in:
parent
7e8aabfaff
commit
aac9e0f375
2 changed files with 12 additions and 12 deletions
|
|
@ -106,7 +106,7 @@ rec {
|
|||
inherit hosts templates;
|
||||
inherit (user-inputs) self;
|
||||
|
||||
lib = snowfall-lib.internal.system-lib;
|
||||
lib = snowfall-lib.internal.user-lib;
|
||||
inputs = snowfall-lib.flake.without-src user-inputs;
|
||||
|
||||
nixosModules = modules;
|
||||
|
|
|
|||
|
|
@ -43,6 +43,6 @@ let
|
|||
in
|
||||
{
|
||||
internal = {
|
||||
inherit system-lib;
|
||||
inherit system-lib user-lib;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue