diff --git a/src/modules/lib.nix b/src/modules/lib.nix index f9e2752a3..3c924cc9c 100644 --- a/src/modules/lib.nix +++ b/src/modules/lib.nix @@ -19,7 +19,7 @@ inputs.${name}.url = "${url}"; ${if follows != [] - then "inputs.${name}.inputs = { ${lib.concatStringsSep "; " (map (i: "${i}.follows = \"${i}\";") follows)}; };" + then "inputs.${name}.inputs = { ${lib.concatStringsSep "; " (map (i: "${i}.follows = \"${i}\"") follows)}; };" else ""} '' else if lib.versionAtLeast config.devenv.cliVersion "1.0"