svanderburg / node2nix

Generate Nix expressions to build NPM packages
MIT License
527 stars 100 forks source link

Can it be used inside a configuration.nix #304

Open aarmn opened 2 years ago

aarmn commented 2 years ago

Hello there,

I wanted to install some CLI tools not listed in nixstore inside my nixos (and I tried requesting them, it didn't work for some and I cant keep on opening github issue per packages)

can I somehow import and use node2nix to declarative build my nixos as well? and things would be added to path?

what I want to happen sorta : "npm install generate" but on a a whole nix sys not to isolate it away in a nix-shell but on whole nix-env