flake-parts: enable modules feature

This commit is contained in:
Johannes Kirschbauer
2025-06-26 17:04:42 +02:00
parent 8012a38ffc
commit 5f4775ef10

View File

@@ -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 [