aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorCyril Cohen2021-04-01 15:34:04 +0200
committerGitHub2021-04-01 15:34:04 +0200
commitf4fb83f19cbe9503f7cfe03ba8217311744e33ac (patch)
tree77c761728f90cdb6d1631ed2cc1bf2939b4690a8 /default.nix
parent96d392fd70f91d2a5e71cb3d07dddb0c603280a7 (diff)
parent262770d66a3bc6e3d90e2df656cf9a9130513467 (diff)
Merge pull request #735 from math-comp/nixHEADmaster
Nix
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index dbc0c1b..916aa51 100644
--- a/default.nix
+++ b/default.nix
@@ -1,7 +1,7 @@
{ config ? {}, withEmacs ? false, print-env ? false, do-nothing ? false,
update-nixpkgs ? false, ci-matrix ? false,
override ? {}, ocaml-override ? {}, global-override ? {},
- task ? null, job ? null, inNixShell ? null, src ? ./.,
+ bundle ? null, job ? null, inNixShell ? null, src ? ./.,
}@args:
let auto = fetchGit {
url = "https://github.com/coq-community/coq-nix-toolbox.git";