aboutsummaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-02-18 12:05:18 +0100
committerAdrian Kummerlaender2020-02-18 12:05:18 +0100
commit3cb95d0364edc85c019f2a3270b423001ff9189b (patch)
treef448339175096627442affac994222e45e89da22 /tasks
parent93f4e0377caa800cb6514083f13eec51a2822846 (diff)
downloadnixos_home-3cb95d0364edc85c019f2a3270b423001ff9189b.tar
nixos_home-3cb95d0364edc85c019f2a3270b423001ff9189b.tar.gz
nixos_home-3cb95d0364edc85c019f2a3270b423001ff9189b.tar.bz2
nixos_home-3cb95d0364edc85c019f2a3270b423001ff9189b.tar.lz
nixos_home-3cb95d0364edc85c019f2a3270b423001ff9189b.tar.xz
nixos_home-3cb95d0364edc85c019f2a3270b423001ff9189b.tar.zst
nixos_home-3cb95d0364edc85c019f2a3270b423001ff9189b.zip
Fix jupyterWith revision
Diffstat (limited to 'tasks')
-rw-r--r--tasks/default.nix2
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 {