add basic shell.nix#3
Conversation
|
Hi Leo, We already have a shell.nix file in devenv/nix/shell.nix (and nix packages for pacomb and stuff). They are meant for our CI so they may not be optimal (and I don't know nix very well), and maybe yours is better suited? WDYT? |
|
Yes, I think they could probably be made simpler but I did not wanted to disturb your CI process. I think it's fine to have both for now. I can try to make them converge towards a unique file in the future if you agree. Having this simple one first makes it easier for me to contribute. (it's better if the EDIT: |
Hi @mlemerre,
It allows me to run
dune build @all -p codexand to successfully run the tests.I plan to package both
cuddandpacombin nixpkgs in the future (and probably codex too).I did not bother with
binsec_codexandframa_c_codexfor now.