diff --git a/packages/depp.nix b/packages/depp.nix index d0ba4da..00130e4 100644 --- a/packages/depp.nix +++ b/packages/depp.nix @@ -24,6 +24,6 @@ in writeShellScriptBin "depp" '' if [ $# -gt 0 ]; then git ${lib.concatStringsSep " " (lib.attrsets.mapAttrsToList aliasFlag aliases)} "$@" else - printf "${lib.concatStringsSep "\n" (lib.attrsets.mapAttrsToList (n: v: n + " " + v) aliases)}" + printf "${lib.concatStringsSep "\n" (lib.attrsets.mapAttrsToList (n: v: n + " " + v) aliases)}\n" fi ''