summary refs log tree commit diff stats
path: root/user/modules/npm.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/npm.nix
parentc918534796c695c42824d7f34f8f442b8e0e17cc (diff)
downloadnixfiles-32259e9f49a9e4d7790f4fd694d573355c89a943.tar.lz
nixfiles-32259e9f49a9e4d7790f4fd694d573355c89a943.tar.zst
nixfiles-32259e9f49a9e4d7790f4fd694d573355c89a943.zip
Combine javascript configurations
Diffstat (limited to 'user/modules/npm.nix')
-rw-r--r--user/modules/npm.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/user/modules/npm.nix b/user/modules/npm.nix
deleted file mode 100644
index d2ba55d9..00000000
--- a/user/modules/npm.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-  home.file.".npmrc".source = ../javascript/.npmrc;
-}