Skip to content

Commit 033784c

Browse files
committed
Fix nix build
1 parent f3b466a commit 033784c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.nix/coq-overlays/ssprove/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
mkCoqDerivation {
1616
pname = "ssprove";
1717
owner = "SSProve";
18+
opam-name = "rocq-ssprove";
1819

1920
inherit version;
2021
defaultVersion =

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
mkCoqDerivation {
1414
pname = "ssprove";
1515
owner = "SSProve";
16+
opam-name = "rocq-ssprove";
1617
version = "0.2.0";
1718
src = ./.;
1819
useDune = true;

0 commit comments

Comments
 (0)