diff options
-rw-r--r-- | tasks/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/default.nix b/tasks/default.nix index 1ccda33..23ae5fc 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -29,7 +29,7 @@ let jupyter = import (builtins.fetchGit { url = https://github.com/tweag/jupyterWith; - rev = ""; + rev = "7a6716f0c0a5538691a2f71a9f12b066bce7d55c"; }) {}; mkJupyterEnv = kernel: (jupyter.jupyterlabWith { |