Skip to content

Commit dde794c

Browse files
authored
Merge pull request #449 from math-comp/fix_cat
fix cat
2 parents c8b7dae + 823139a commit dde794c

File tree

4 files changed

+208
-122
lines changed

4 files changed

+208
-122
lines changed

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"43a9424c3bc743a95958d32e893b76814ed9ecbe"
1+
"a1bfc972fc850d935b8a38c8d901c54299b8df41"

_CoqProject.test-suite

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ examples/demo4/hierarchy_0.v
2020
examples/demo5/hierarchy_0.v
2121

2222
# examples/cat/cat.v
23+
examples/cat/cat.v
2324

2425
tests/type_of_exported_ops.v
2526
tests/duplicate_structure.v

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ config ? {}, withEmacs ? false, print-env ? false, do-nothing ? false,
22
update-nixpkgs ? false, ci-matrix ? false,
3-
override ? {}, ocaml-override ? {}, global-override ? {},
3+
override ? {}, coq-override ? {}, ocaml-override ? {}, global-override ? {},
44
bundle ? null, job ? null, inNixShell ? null, src ? ./.,
55
}@args:
66
let auto = fetchGit {
7-
url = "https://github.com/rocq-community/coq-nix-toolbox.git";
7+
url = "https://github.com/coq-community/coq-nix-toolbox.git";
88
ref = "master";
99
rev = import .nix/coq-nix-toolbox.nix;
1010
};

0 commit comments

Comments
 (0)