Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper nix build #89

Open
sayanarijit opened this issue Feb 28, 2020 · 0 comments
Open

Proper nix build #89

sayanarijit opened this issue Feb 28, 2020 · 0 comments

Comments

@sayanarijit
Copy link

In #84 (comment) @infinisil pointed out that:

... this is not a Nix build yet. How it is now, only the dependencies for the build are provided by Nix, the build itself is still done impurely and out of Nix's control. The only reason this was done like this originally was to keep the development workflow the same, but this has some disadvantages like the build being impure, closure size for the final product being too big, and too much complexity in the build process. This should be considered only a temporarily solution until Nix can be used fully (meaning a nix-build will build the whole project).

This issue is a reminder to make it a proper nix build. Using poetry2nix might be the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant