flake-parts: enable modules feature
This commit is contained in:
@@ -63,9 +63,10 @@
|
|||||||
clan = {
|
clan = {
|
||||||
meta.name = "clan-core";
|
meta.name = "clan-core";
|
||||||
};
|
};
|
||||||
|
|
||||||
systems = import systems;
|
systems = import systems;
|
||||||
imports =
|
imports =
|
||||||
|
[ flake-parts.flakeModules.modules ]
|
||||||
|
++
|
||||||
# only importing existing paths allows to minimize the flake for test
|
# only importing existing paths allows to minimize the flake for test
|
||||||
# by removing files
|
# by removing files
|
||||||
filter pathExists [
|
filter pathExists [
|
||||||
|
|||||||
Reference in New Issue
Block a user