summary refs log tree commit diff stats
path: root/user/modules/satoshipay.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-10-04 21:55:04 +0200
committerAlan Pearce2019-10-04 21:55:04 +0200
commit32259e9f49a9e4d7790f4fd694d573355c89a943 (patch)
treed540e9c4e898e7a470a98626184edb8c59ae95af /user/modules/satoshipay.nix
parentc918534796c695c42824d7f34f8f442b8e0e17cc (diff)
downloadnixfiles-32259e9f49a9e4d7790f4fd694d573355c89a943.tar.lz
nixfiles-32259e9f49a9e4d7790f4fd694d573355c89a943.tar.zst
nixfiles-32259e9f49a9e4d7790f4fd694d573355c89a943.zip
Combine javascript configurations
Diffstat (limited to 'user/modules/satoshipay.nix')
-rw-r--r--user/modules/satoshipay.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/modules/satoshipay.nix b/user/modules/satoshipay.nix
index d59c4f1f..5821103d 100644
--- a/user/modules/satoshipay.nix
+++ b/user/modules/satoshipay.nix
@@ -44,4 +44,8 @@ in
       contents = spGitConfig;
     }
   ];
+
+  home.file.".npmrc".text = ''
+    @satoshipay:registry=https://registry.npmjs.org/
+  '';
 }