diff options
| author | Cyril Cohen | 2021-03-17 03:38:59 +0100 |
|---|---|---|
| committer | Cyril Cohen | 2021-03-17 18:25:57 +0100 |
| commit | bbec40b5aed2cd70c95ad7b11bf264b6d283885e (patch) | |
| tree | 356ecfe41a9c3416fe173237051b79caf5d7f909 /default.nix | |
| parent | d577f5b1209ee1ac1d6a63c42d711bfe0fdade58 (diff) | |
up
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index a588f43..dbc0c1b 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, ci-job ? null, + update-nixpkgs ? false, ci-matrix ? false, override ? {}, ocaml-override ? {}, global-override ? {}, - ci ? (!isNull ci-job), inNixShell ? null, src ? ./., + task ? null, job ? null, inNixShell ? null, src ? ./., }@args: let auto = fetchGit { url = "https://github.com/coq-community/coq-nix-toolbox.git"; |
