GuangTao Zhang

Results 119 comments of GuangTao Zhang

@jademackay Since I am a beginner of julia lang, I don't know if you are willing to migrate nix-prefecturl to nix-prefetch-url/git.

looks like you got an error hash format. Could you share your `julia2nixtoml` file with me? For now, we have a better choice to fetch the sources by `https://github.com/nix-community/nurl`. Could...

You should add `SSH_AUTH_SOCK` env to `nix-daemon`. or ``` SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) nix build .# # do we need the arg of -I ? I'm not sure. SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)...

You must modify the fetch type if the URL is private. -> can be sure this works for me. ``` builtins.fetchGit { + 1 │ │ "url" = "[email protected]:GTrunSec/my-learning-rust.git"; +...

I'm looking for a solution when Julia packages download pre-built binaries. like https://discourse.nixos.org/t/system-with-nixos-how-to-add-another-extra-distribution/5767/22 mentioned. Currently, I try to use julia2nix.jl which is like [Crane](https://github.com/ipetkov/crane) to provide a way to build...

> Also what's the relation between this issue and [olynch/scientific-fhs#6 (comment)](https://github.com/olynch/scientific-fhs/issues/6#event-6655419832)? sorry to bother you, but this question should be here. (related to https://github.com/olynch/scientific-fhs/issues/5)

[This](https://discourse.julialang.org/t/build-julia-on-nixos/35129/74) was a crude approach to solve the pathelf issue with artifacts.

> I don't know that there's a great way to do this. It looks like https://pkgdocs.julialang.org/v1/artifacts/#Overriding-artifact-locations would also be a useful ingredient Agreed. It looks like we need a mapping...

Added ion interface 3dab2efa3db1a49ff1eb8da3626305e44389d909