From 32259e9f49a9e4d7790f4fd694d573355c89a943 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Oct 2019 21:55:04 +0200 Subject: Combine javascript configurations --- user/modules/satoshipay.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user/modules/satoshipay.nix') 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/ + ''; } -- cgit 1.4.1