mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
npm: add module
This commit is contained in:
committed by
Austin Horstman
parent
574f6d3526
commit
9b5ac85d79
10
modules/misc/news/2025/12/2025-12-06_11-03-01.nix
Normal file
10
modules/misc/news/2025/12/2025-12-06_11-03-01.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
time = "2025-12-06T10:03:01+00:00";
|
||||
condition = true;
|
||||
message = ''
|
||||
A new module is available: `programs.npm`
|
||||
|
||||
It allows you manage your npm user configuration (`.npmrc`)
|
||||
and install a specific version of the package.
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user