Skip to content

Commit

Permalink
julia: fix revision
Browse files Browse the repository at this point in the history
  • Loading branch information
anpin committed Nov 26, 2024
1 parent 152fe35 commit 4a50c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/kernels/julia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
requiredRuntimePackages ? [],
runtimePackages ? [],
julia,
ijuliaRev ? "Vo51o",
ijuliaRev ? "bHdNn",
extraJuliaPackages ? [],
override ? {},
extraKernelSpc,
Expand Down Expand Up @@ -74,7 +74,7 @@
{
ijuliaRev = lib.mkOption {
type = types.str;
default = "Vo51o";
default = "bHdNn";
description = lib.mdDoc ''
IJulia revision
'';
Expand Down

0 comments on commit 4a50c1d

Please sign in to comment.