@@ -33,7 +33,7 @@ with (import <nixpkgs> {}).lib;
3333 ## should be preferred then.
3434 buildInputs = [ "equations" "metarocq" ] ;
3535 nativeBuildInputs = [ "equations" ] ;
36-
36+
3737 ## Indicate the relative location of your _CoqProject
3838 ## If not specified, it defaults to "_CoqProject"
3939 # coqproject = "_CoqProject";
@@ -49,14 +49,13 @@ with (import <nixpkgs> {}).lib;
4949 bundles . default = {
5050 ## You can override Rocq and other Rocq rocqPackages
5151 ## through the following attribute
52- rocqPackages . rocq-core . override . version = "9.0" ;
53- rocqPackages . coq-core . override . version = "9.0" ;
52+ rocqPackages . rocq-core . override . version = "9.1" ;
5453 ## You can override Coq and other Coq coqPackages
5554 ## through the following attribute
56- coqPackages . coq . override . version = "9.0 " ;
57- coqPackages . equations . override . version = "1 .3.1-9.0 " ;
58-
59- coqPackages . metarocq . override . version = "1.4-9.0 " ;
55+ coqPackages . coq . override . version = "9.1 " ;
56+ coqPackages . equations . override . version = "v1 .3.1-9.1 " ;
57+
58+ coqPackages . metarocq . override . version = "1.4.1 -9.1 " ;
6059 coqPackages . ceres . override . version = "0.4.1" ;
6160
6261 ## In some cases, light overrides are not available/enough
@@ -104,17 +103,17 @@ with (import <nixpkgs> {}).lib;
104103 cachix . coq = { } ;
105104 cachix . math-comp = { } ;
106105 cachix . coq-community = { } ;
107-
106+
108107 ## If you have write access to one of these caches you can
109108 ## provide the auth token or signing key through a secret
110109 ## variable on GitHub. Then, you should give the variable
111110 ## name here. For instance, coq-community projects can use
112111 ## the following line instead of the one above:
113112 cachix . metarocq . authToken = "CACHIX_AUTH_TOKEN" ;
114-
113+
115114 ## Or if you have a signing key for a given Cachix cache:
116115 # cachix.my-cache.signingKey = "CACHIX_SIGNING_KEY"
117-
116+
118117 ## Note that here, CACHIX_AUTH_TOKEN and CACHIX_SIGNING_KEY
119118 ## are the names of secret variables. They are set in
120119 ## GitHub's web interface.
0 commit comments