mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
11 lines
245 B
Nix
11 lines
245 B
Nix
{
|
|
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.
|
|
'';
|
|
}
|