Merge pull request 'lib: move modules into a toplevel folder' (#5610) from lib-modules into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5610
This commit is contained in:
hsjobeki
2025-10-21 19:06:45 +00:00
47 changed files with 87 additions and 86 deletions

View File

@@ -21,6 +21,7 @@
"clanModules"
"flakeModules"
"lib"
"modules"
"nixosModules"
"flake.lock"
"templates"

View File

@@ -118,7 +118,7 @@
_file = "docs flake-module";
imports = [
{ _module.args = { inherit clanLib; }; }
(import ../../lib/modules/inventoryClass/roles-interface.nix {
(import ../../modules/inventoryClass/roles-interface.nix {
nestedSettingsOption = mkOption {
type = types.raw;
description = ''