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:
@@ -21,6 +21,7 @@
|
||||
"clanModules"
|
||||
"flakeModules"
|
||||
"lib"
|
||||
"modules"
|
||||
"nixosModules"
|
||||
"flake.lock"
|
||||
"templates"
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user