summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2021-02-24 15:04:38 +0100
committerAlan Pearce2021-02-24 15:04:38 +0100
commitfc836e6bcebeda1eb02b5cabb4b865881f54ef47 (patch)
tree8b714305e5e706f044ffda5b5f558fee0f5e4830 /user
parent5b36d62d076d2f567d07549df1c8b8cbda13612d (diff)
downloadnixfiles-fc836e6bcebeda1eb02b5cabb4b865881f54ef47.tar.lz
nixfiles-fc836e6bcebeda1eb02b5cabb4b865881f54ef47.tar.zst
nixfiles-fc836e6bcebeda1eb02b5cabb4b865881f54ef47.zip
javascript: use zsh to interpret package scripts
Diffstat (limited to 'user')
-rw-r--r--user/settings/javascript.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/javascript.nix b/user/settings/javascript.nix
index 14386978..80f6ff2d 100644
--- a/user/settings/javascript.nix
+++ b/user/settings/javascript.nix
@@ -107,6 +107,7 @@ in
     prefix=''${HOME}/.local
     cache=${config.xdg.cacheHome}/npm/
     store-dir=${config.xdg.cacheHome}/pnpm/
+    script-shell=${pkgs.zsh}/bin/zsh
     always-auth=true
     sign-git-tag=true
     rebuild-bundle=false