mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
fix: user flake lib export should be user-lib only
This commit is contained in:
@@ -106,7 +106,7 @@ rec {
|
|||||||
inherit hosts templates;
|
inherit hosts templates;
|
||||||
inherit (user-inputs) self;
|
inherit (user-inputs) self;
|
||||||
|
|
||||||
lib = snowfall-lib.internal.system-lib;
|
lib = snowfall-lib.internal.user-lib;
|
||||||
inputs = snowfall-lib.flake.without-src user-inputs;
|
inputs = snowfall-lib.flake.without-src user-inputs;
|
||||||
|
|
||||||
nixosModules = modules;
|
nixosModules = modules;
|
||||||
|
|||||||
@@ -43,6 +43,6 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
internal = {
|
internal = {
|
||||||
inherit system-lib;
|
inherit system-lib user-lib;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user