-
Notifications
You must be signed in to change notification settings - Fork 153
Nix flake #1287
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
Nix flake #1287
Conversation
|
Are we able to put the Nix stuff in a subdirectory like Currently we put all our other packaging stuff in appropriate subdirectories under |
|
@goodlyrottenapple can you set up a GitHub workflow to actually build/run this Nix target on CI? Should be pretty similar to the K repo one, or Haskell backend repo one. |
No,
Sure. |
|
i can move the |
|
What about |
|
no, those have to be in the root folder, otherwise nix wont find them |
Co-authored-by: Everett Hildenbrandt <everett.hildenbrandt@gmail.com>
This PR adds a nix expression to build kevm and the associated kevm python library.
Closes #1248