-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tentative Nix Fix #8
Conversation
.nix/config.nix
Outdated
@@ -7,7 +7,7 @@ | |||
## The attribute to build from the local sources, | |||
## either using nixpkgs data or the overlays located in `.nix/coq-overlays` | |||
## Will determine the default main-job of the bundles defined below | |||
attribute = "coq-combi"; | |||
attribute = "Coq-Combi"; |
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.
If you rename this, you need to rename the overlay
.nix/coq-overlays/coq-combi/default.nix
to
.nix/coq-overlays/Coq-Combi/default.nix
but then you are not respecting the current conventions of nixpkgs (cf https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/coq-packages.nix)
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.
@CohenCyril : Nix and CI seems to work now !!! Thanks a lot for debugging my mess !
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.
@CohenCyril I manage to get rid of the error, but no test is actually performed ! I purposedly inserted a stupid bla in 3899262 and the CI didn't complain... Sorry.
Co-authored-by: Cyril Cohen <[email protected]>
No description provided.