Skip to content

Commit 823139a

Browse files
committed
nix update
1 parent 1832432 commit 823139a

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-
"43a9424c3bc743a95958d32e893b76814ed9ecbe"
1+
"a1bfc972fc850d935b8a38c8d901c54299b8df41"

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)