Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.
/ julia-nixos Public archive

NixOS derivation for Julia 1.6

Notifications You must be signed in to change notification settings

rikhuijzer/julia-nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

julia-nixos

This derivation is deprecated now that Julia 1.6 is in Nixpkgs (NixOS/nixpkgs#123188).

NixOS derivation for Julia 1.6.

In practise, this derivation works well for me. It's how I use Julia daily and do most of my development. However, I found two issues with this derivation:

According to Pontus Stenetorp, this is due to the fact that the binary isn't patched.

Usage

Place the file next to /etc/nixos/configuration.nix and import it with

imports = [
  ./julia.nix
]

after a

nixos-rebuild switch

you will have Julia 1.6 available globally.

Extra

Let me know if you want to call R packages with this derivation, I have some code for that lying around.

About

NixOS derivation for Julia 1.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages