Profpatsch / yarn2nix

Build and deploy node packages with nix from yarn.lock files.
MIT License
85 stars 21 forks source link

feat(ci): install nix via nixery.dev container #35

Closed Profpatsch closed 4 years ago

Profpatsch commented 4 years ago

Github Actions will all actions in a job in the specified container.

With nixery, we have a url-based API for fetching nix containers from latest nixpkgs stable. It’s not intended for “production” use, but yarn2nix is so low traffic that @tazjin isn’t even going to notice ;)

Profpatsch commented 4 years ago

Hm, I don’t think this will work, running nix from a container isn’t a good use-case … my kingdom for a fully static nix binary.