Skip to content

Commit

Permalink
Merge branch 'main' of github.com:codedownio/codedown-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McLaughlin committed Dec 7, 2024
2 parents c1a8cff + f400af9 commit e63316a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/kernels/julia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ let
juliaWithPackages = (callPackage ./julia-modules {}).override {
inherit packageOverrides julia;
inherit (settings) precompile;
juliaCpuTarget = "generic";
};

displayName = "Julia";
Expand Down
3 changes: 2 additions & 1 deletion tests/app/Spec/Tests/Julia.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ import TestLib.Types
tests :: LanguageSpec
tests = do
juliaTests "julia_19"
juliaTests "julia_110"
juliaTests "julia_19-bin"

juliaTests "julia_110"
juliaTests "julia_110-bin"

kernelName :: Text -> Text
Expand Down

0 comments on commit e63316a

Please sign in to comment.