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

Hello, This might be more of a question about using Nix itself. My Project /Manifest includes a package `QuxPrivate` that resides in a private repository. Running ``` nix run github:JuliaCN/Julia2Nix.jl#packages.x86_64-linux.julia2nix...

# Nested command support Yeh, It would be a nice feature once we support the julia2nix in static compilation with nix. It could be as follows: ![image](https://user-images.githubusercontent.com/21156405/167054691-4fc65a46-eeaa-4379-b43e-18f6f358940b.png) ``` - julia2nix...

Based on https://github.com/nlewo/nix2container, we can deploy a julia project to the container easily. - [ ] provide the `julia2nix.mkOCI` func

When I followed the instructions on my MacBook M1 Pro, I got the error messages as below: warning: input 'nix-filter' has an override for a non-existent input 'nixpkgs' error: attribute...

@samuela As one of Julia's nix users, I have some questions for you. - What do you think about the artifacts issue? - The pathelf can only relieve some pain,...

# Enhancing our julia scripting experience. https://github.com/dmolina/DaemonMode.jl - the interface for scripting also is needed.

What am I doing wrong here? or is this a bug? ``` ╰─🚧 nix run github:JuliaCN/Julia2Nix.jl\#packages.x86_64-linux.julia2nix Activating project at `/nix/store/nddhsbqkrppixfwr5vcwvy217mn6xgs3-incl` [ Info: Fetching registries... Failed to run cmd: `nix-prefetch '...

Just trying to go through everything to figure out how I might be able to fix the Julia2Nix toml creation error I am getting among other things and thought I'd...