diff --git a/nix/colorshell.nix b/nix/colorshell.nix index 585884d..82099d9 100644 --- a/nix/colorshell.nix +++ b/nix/colorshell.nix @@ -145,7 +145,7 @@ buildNpmPackage (finalAttrs: { # add socket-communication support on executable { head -n1 $outPath - sed '1{/^#!.*$/d}' ${../scripts/colorshell-socket-interface.sh} + sed '1{/^#!.*$/d}' ${../scripts/socket.sh} cat "$outPath" | sed '/^#!.*$/d' } | sponge $outPath diff --git a/scripts/colorshell-socket-interface.sh b/scripts/socket.sh similarity index 100% rename from scripts/colorshell-socket-interface.sh rename to scripts/socket.sh