From f4aff16a6685f8ec73b2af9b4005a8a8434b73e3 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 27 Aug 2023 16:14:51 -0500 Subject: [PATCH] fix substitution --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 11de068..3e306b4 100644 --- a/flake.nix +++ b/flake.nix @@ -387,7 +387,7 @@ destination = "/bin/podman-push-container"; text = builtins.replaceStrings [ - "@nushell" + "@nushell@" "@client@" ] [ @@ -402,7 +402,7 @@ destination = "/bin/docker-push-container"; text = builtins.replaceStrings [ - "@nushell" + "@nushell@" "@client@" ] [