This commit is contained in:
parent
2487d2db64
commit
346fee51ca
1 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,12 @@
|
|||
xfsprogs
|
||||
];
|
||||
|
||||
environment.variables.NPM_CONFIG_GLOBALCONFIG = "/etc/npmrc";
|
||||
environment.etc.npmrc.text = ''
|
||||
fund = false
|
||||
update-notifier = false
|
||||
'';
|
||||
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
# Peripherals
|
||||
|
|
Loading…
Reference in a new issue