all repos — nixfiles @ 32259e9f49a9e4d7790f4fd694d573355c89a943

System and user configuration, managed by nix and home-manager

Combine javascript configurations

Alan Pearce
commit

32259e9f49a9e4d7790f4fd694d573355c89a943

parent

c918534796c695c42824d7f34f8f442b8e0e17cc

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M user/modules/satoshipay.nixuser/modules/satoshipay.nix
@@ -44,4 +44,8 @@ condition = "gitdir:~/projects/gitlab.satoshipay.tech";
contents = spGitConfig; } ]; + + home.file.".npmrc".text = '' + @satoshipay:registry=https://registry.npmjs.org/ + ''; }