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
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