rvl / bower2nix

Generate nix expressions to fetch bower dependencies.
Other
6 stars 10 forks source link

Upgrade bower2nix to work on modern Nix, second try #23

Closed guaraqe closed 1 month ago

guaraqe commented 1 year ago

This is basically a follow up on #22, which has been stalled for some time.

I managed to make node2nix work by using a newer version. I pinned it using the node2nix.nix file, which is used by the regen script.

However, for some reason, tsc is not run, so I had to add an override to make it work. This is available in release.nix. Therefore, to build the package, you can do:

nix-build release.nix

and check that result/bin/bower2nix --help works.