diff --git a/flake/packages.nix b/flake/packages.nix index 9d6c76b..a4ff469 100644 --- a/flake/packages.nix +++ b/flake/packages.nix @@ -30,7 +30,7 @@ jsonConfig = { creation_rules = hostCreationRules ++ userCreationRules; } |> lib.strings.toJSON; in pkgs.runCommand "sops.yaml" { buildInputs = [ pkgs.yj ]; } '' - echo '${jsonConfig}' | yj -jy > $out^ + echo '${jsonConfig}' | yj -jy > $out ''; }; }