index
:
dotfiles
this commit
main
Superseded by nixfiles
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
npm.nix
blob: d2ba55d9c7edea244173de1a6118c6c6cd7c1d72 (
plain
)
1
2
3
4
5
{
config
,
pkgs
,
...
}:
{
home
.
file
.
".npmrc"
.
source
=
../javascript/.npmrc
;
}