Julia2Nix.jl icon indicating copy to clipboard operation
Julia2Nix.jl copied to clipboard

The Nix interface to Julia Ecosystem [maintainer=@GTrunSec]

Results 18 Julia2Nix.jl issues
Sort by recently updated
recently updated
newest added

Not exactly sure how to use this to create a Nix package that has FHS. When I try to use [the example tamplate](https://github.com/JuliaCN/Julia2Nix.jl/blob/main/templates/dev/flake.nix) I can't get `CUDA.jl` to see my...

Am I doing it all wrong or is Plotly broke? ``` julia> using Plotly ┌ Warning: Kaleido is not available on this system. Julia will be unable to save images...

Julia2nix not only serves as a Nix library for building Julia projects but also provides interfaces for the DevOps and Software Development Life Cycle (SDLC) revolving around Julia projects, offering...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.0.0. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.4.3 What's Changed Bump @​types/node from 18.8.0 to 18.8.4 by @​dependabot in JamesIves/github-pages-deploy-action#1239 Bump webfactory/ssh-agent from 0.5.4 to...

dependencies

Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 21 to 25. Release notes Sourced from nixbuild/nix-quick-install-action's releases. nixbuild/nix-quick-install-action@v25 Changes When using a Nix version newer than 2.13, nix-quick-install-action will now automatically add experimental-features = nix-command...

dependencies

Hi, I'm trying to use julia2nix, but trying to run the command to create the TOML file (from the flake comment) give me this error: ```sh ❯ nix run github:JuliaCN/Julia2Nix.jl#packages.x86_64-linux.julia2nix...