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

Tentative Nix Fix #8

Merged
merged 5 commits into from
Jan 22, 2024
Merged

Tentative Nix Fix #8

merged 5 commits into from
Jan 22, 2024

Conversation

hivert
Copy link
Member

@hivert hivert commented Jan 19, 2024

No description provided.

@hivert hivert requested review from CohenCyril and removed request for CohenCyril January 22, 2024 09:37
.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";
Copy link
Member

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)

Copy link
Member Author

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 !

Copy link
Member Author

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.

.nix/config.nix Outdated Show resolved Hide resolved
Co-authored-by: Cyril Cohen <[email protected]>
@hivert hivert merged commit c0b2053 into master Jan 22, 2024
3 of 4 checks passed
@hivert hivert deleted the Nix branch January 22, 2024 16:39
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

Successfully merging this pull request may close these issues.

2 participants