diff options
author | Adrian Kummerlaender | 2020-02-18 12:05:18 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2020-02-18 12:05:18 +0100 |
commit | 3cb95d0364edc85c019f2a3270b423001ff9189b (patch) | |
tree | f448339175096627442affac994222e45e89da22 /tasks | |
parent | 93f4e0377caa800cb6514083f13eec51a2822846 (diff) | |
download | nixos_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.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 { |