Skip to content

Commit

Permalink
imp: add julia.option for juliaKernel module
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Feb 3, 2023
1 parent ad4e0fd commit 9421ef9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion kernels/available/julia/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@
default = "6TIq1";
example = "6TIq1";
description = lib.mdDoc ''
Julia revision
iJulia revision
'';
};
julia = lib.mkOption {
type = types.package;
default = config.nixpkgs.julia;
description = lib.mdDoc ''
Julia Version
'';
};
}
Expand Down

0 comments on commit 9421ef9

Please sign in to comment.