Skip to content

Commit

Permalink
Tentative Nix FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
hivert committed Jan 19, 2024
1 parent 212f2fd commit e476434
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 69 deletions.
11 changes: 7 additions & 4 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

## If you want to select a different attribute (to build from the local sources as well)
## when calling `nix-shell` and `nix-build` without the `--argstr job` argument
Expand All @@ -31,17 +31,18 @@

## select an entry to build in the following `bundles` set
## defaults to "default"
default-bundle = "8.15";
default-bundle = "8.18";

## write one `bundles.name` attribute set per
## alternative configuration
## When generating GitHub Action CI, one workflow file
## will be created per bundle
bundles."8.15" = {
bundles."8.18" = {

## You can override Coq and other Coq coqPackages
## through the following attribute
coqPackages.coq.override.version = "8.15";
# coqPackages.coq.override.version = "8.11";
coqPackages.coq.override.version = "8.18";

## In some cases, light overrides are not available/enough
## in which case you can use either
Expand Down Expand Up @@ -77,6 +78,8 @@
## via the command genNixActions only if it is a dependency or a
## reverse dependency of a job flagged as "main-job" (see above).

## Run on push on following branches (default [ "master" ])
# push-branches = [ "master" "branch2" ];
};

## Cachix caches to use in CI
Expand Down
65 changes: 0 additions & 65 deletions .nix/coq-overlays/coq-combi/default.nix

This file was deleted.

0 comments on commit e476434

Please sign in to comment.