Skip to content

Nix overlay for node package managers, like pnpm, yarn and npm

Notifications You must be signed in to change notification settings

Miloas/node-pms-overlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix Flake for Node package managers

This repository is a Nix flake packaging the npm/yarn/pnpm.

Including:

npm-6_x
npm-8_x
npm-9_x
npm-10_x
pnpm-6_x
pnpm-7_x
pnpm-8_x
pnpm-9_x
yarn-1_x

Usage

In your flake.nix file:

{
  inputs.pms.url = "github:miloas/node-pms-overlay";

  outputs = { self, pms, ... }: {
    ...
  };
}

About

Nix overlay for node package managers, like pnpm, yarn and npm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.1%
  • Nix 48.0%
  • Shell 0.9%