We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to use julia2nix to manage julia packages in an analogous way to poetry? Currently the julia depot in https://github.com/tweag/jupyenv/blob/main/modules/kernels/julia/default.nix defaults to ~/.julia which makes the flake impure.
~/.julia
Integrate with https://github.com/JuliaCN/Julia2Nix.jl
Specify the ijuliaRev and julia_depot_path manually
ijuliaRev
julia_depot_path
No response
The text was updated successfully, but these errors were encountered:
@vleni you can try the 35562e3#diff-d8a94a7c5d3d108d45049898a2521f434bb19ef569a2219197ab0a5ee02fbd06R39
Sorry, something went wrong.
the julia2nix needs to be refactored, which will be based on NixOS/nixpkgs#225513. and the PR-225513 has been added in #524
@vleni I have added the example for explaining how to use the upstream's julia PR see: 7ffbf50#diff-70c26399b8df57df22a5b9a3e2e35d30084e8c63dec9531622df54102f765340L2
BTW, if you would like to join our discussion JuliaCN/Julia2Nix.jl#62
djacu
No branches or pull requests
What's missing?
Would it be possible to use julia2nix to manage julia packages in an analogous way to poetry? Currently the julia depot in https://github.com/tweag/jupyenv/blob/main/modules/kernels/julia/default.nix defaults to
~/.julia
which makes the flake impure.Possible solution
Integrate with https://github.com/JuliaCN/Julia2Nix.jl
Alternatives
Specify the
ijuliaRev
andjulia_depot_path
manuallyAdditional context
No response
The text was updated successfully, but these errors were encountered: