aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/npmrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/npmrc.sh b/nixos/npmrc.sh
index 2669f85..0bc6ecb 100644
--- a/nixos/npmrc.sh
+++ b/nixos/npmrc.sh
@@ -1,5 +1,5 @@
# shellcheck disable=2148 disable=2034
-prefix="$HOME/.npm-packages"
+prefix=/home/andreh/.npm-packages
# Taken from:
# http://www.tomsquest.com/blog/2018/10/better-npm-ing/
save-exact=true