Fix: modules wrong path coercion

This commit is contained in:
Johannes Kirschbauer
2024-10-07 22:47:49 +02:00
parent b1d88e5ac3
commit cc0aa3d2a2

View File

@@ -98,7 +98,7 @@ let
roleModules = builtins.map ( roleModules = builtins.map (
role: role:
let let
path = "${clan-core.clanModules.${serviceName}}/roles/${role}.nix"; path = clan-core.clanModules.${serviceName} + "/roles/${role}.nix";
in in
if builtins.pathExists path then if builtins.pathExists path then
path path