We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a839b0f commit 03bf5cdCopy full SHA for 03bf5cd
flake.nix
@@ -127,8 +127,8 @@
127
};
128
coverage = pkgs.callPackage ./examples/coverage {
129
inherit (packages) hax;
130
- inherit (pkgs) coqPackages;
131
inherit craneLib;
+ coqPackages = pkgs.coqPackages_8_19;
132
133
readme-coherency =
134
let src = pkgs.lib.sourceFilesBySuffices ./. [ ".md" ];
hax-lib/proof-libs/coq/coq/default.nix
@@ -1,7 +1,5 @@
1
-{
2
- stdenv ? (import <nixpkgs> {}).stdenv,
3
- coqPackages ? (import <nixpkgs> {}).coqPackages,
4
-}:
+{ stdenv ? (import <nixpkgs> { }).stdenv
+, coqPackages ? (import <nixpkgs> { }).coqPackages_8_19, }:
5
stdenv.mkDerivation {
6
name = "hax-coq-generated-core";
7
src = ./generated-core;
0 commit comments