-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add initial flake for installing build dependencies for proof-systems
#2509
Conversation
aea3d95
to
94a0a9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have a continuous check in the CI that it works, and the code can be built, please?
Absolutely. I have tested
|
Would it be worth, even if the nix config is simple, to check in the CI that it works? By running, for instance, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving as it is pretty simple. As a non-nix user, I simply tried the commands in the README.
Feel free to merge.
I will make an issue so I don't forget to. |
This is the start of a very simple flake.
In scope for this version of the flake:
nix develop .
will open a dev shell with everything you need to develop on various parts ofproof-systems
in scope (caveat about rust and ocaml toolchain version in next point).rustup
to manage your rust toolchains.opam
to manage your ocaml toolchains.Out of scope for this version of the flake:
nix
-- likely to come.