Fix: modules wrong path coercion
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user