Open ilyakooo0 opened 3 years ago
Am I correct in understanding that there is no counterpart to nixpkgs.haskell.packages.ghcHEAD.callCabal2nix? Meaning, if I have an npm package managed by niv, I would have to manually generate a .nix file with npm4nix and track it in my repo?
nixpkgs.haskell.packages.ghcHEAD.callCabal2nix
.nix
npm4nix
I think it could be possible, but not implemented. Also NPM packages are mostly unfriendly to Nix and require some manual hacks anyway.
Am I correct in understanding that there is no counterpart to
nixpkgs.haskell.packages.ghcHEAD.callCabal2nix
? Meaning, if I have an npm package managed by niv, I would have to manually generate a.nix
file withnpm4nix
and track it in my repo?