diff --git a/lib/flakeModule.nix b/lib/flakeModule.nix index 72daa78..7c34aa7 100644 --- a/lib/flakeModule.nix +++ b/lib/flakeModule.nix @@ -166,7 +166,7 @@ # respectively) toYaml = name: value: pkgs.runCommand name {} '' - cat <> $out + cat <<'EOT' > $out ${builtins.toJSON value} EOT '';