From 3cb95d0364edc85c019f2a3270b423001ff9189b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 18 Feb 2020 12:05:18 +0100 Subject: Fix jupyterWith revision --- tasks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') 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 { -- cgit v1.2.3