aboutsummaryrefslogtreecommitdiff
path: root/nixos/npmrc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/npmrc.sh')
-rw-r--r--nixos/npmrc.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/npmrc.sh b/nixos/npmrc.sh
index 326ac0b..2669f85 100644
--- a/nixos/npmrc.sh
+++ b/nixos/npmrc.sh
@@ -1,4 +1,5 @@
-prefix="~/.npm-packages"
+# shellcheck disable=2148 disable=2034
+prefix="$HOME/.npm-packages"
# Taken from:
# http://www.tomsquest.com/blog/2018/10/better-npm-ing/
save-exact=true