Skip to content

Commit

Permalink
julia: use latest kernel 1.9.4 -> 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anpin committed Dec 2, 2024
1 parent 98a542f commit 5442bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kernels/julia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
};
julia = lib.mkOption {
type = types.package;
default = config.nixpkgs.julia_19;
default = config.nixpkgs.julia;
description = ''
Julia Version
'';
Expand Down

0 comments on commit 5442bc0

Please sign in to comment.