Skip to content

Commit 8a5ebc5

Browse files
committed
[CI] Update Nix toolbox
Following the merge of rocq-community/coq-nix-toolbox#302
1 parent e038e77 commit 8a5ebc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"76c44f0123e79740391775e2f977622e2bdc7f26"
1+
"fb3515feec422e546de863ad0101e2a51ec9b8db"

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
bundle ? null, job ? null, inNixShell ? null, src ? ./.,
55
}@args:
66
let auto = fetchGit {
7-
url = "https://github.com/proux01/coq-nix-toolbox.git";
8-
ref = "elpi206";
7+
url = "https://github.com/coq-community/coq-nix-toolbox.git";
8+
ref = "master";
99
rev = import .nix/coq-nix-toolbox.nix;
1010
};
1111
in

0 commit comments

Comments
 (0)