about summary refs log tree commit diff
path: root/pkgs/applications/editors/pulsar
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-11-06 11:59:21 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-04-25 11:28:17 +0200
commitaad577bd30b0ab16a7859973c88edd6d0d5becde (patch)
tree7f24e0060e8644031402d0e2770ca080aeea4f7a /pkgs/applications/editors/pulsar
parent1c6cb4cabd84351cbc2dbc2dec4f5636a75f543a (diff)
downloadnixlib-aad577bd30b0ab16a7859973c88edd6d0d5becde.tar
nixlib-aad577bd30b0ab16a7859973c88edd6d0d5becde.tar.gz
nixlib-aad577bd30b0ab16a7859973c88edd6d0d5becde.tar.bz2
nixlib-aad577bd30b0ab16a7859973c88edd6d0d5becde.tar.lz
nixlib-aad577bd30b0ab16a7859973c88edd6d0d5becde.tar.xz
nixlib-aad577bd30b0ab16a7859973c88edd6d0d5becde.tar.zst
nixlib-aad577bd30b0ab16a7859973c88edd6d0d5becde.zip
nodejs*: normalise names to better fit other packages
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
Diffstat (limited to 'pkgs/applications/editors/pulsar')
-rwxr-xr-xpkgs/applications/editors/pulsar/update.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/pulsar/update.mjs b/pkgs/applications/editors/pulsar/update.mjs
index 82e86be072d4..2e4155d87422 100755
--- a/pkgs/applications/editors/pulsar/update.mjs
+++ b/pkgs/applications/editors/pulsar/update.mjs
@@ -1,6 +1,6 @@
 #!/usr/bin/env nix-shell
 /*
-#!nix-shell -i node -p nodejs-18_x
+#!nix-shell -i node -p nodejs_18
 */
 
 import { promises as fs } from 'node:fs';