-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Guidance on using private packages and registries #42
Comments
Looks like we should use nix-fetcher-url and nix-fetcher-git instead. \CC @colinxs
hash require:
|
@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. |
Thanks @GTrunSec , I'll have a go. |
Hi @GTrunSec , having made your suggested changes I can now generate a
The flake.nix is basically unchanged and has:
Running
Any thoughts welcome. |
looks like you got an error hash format. Could you share your |
Ah I see, my julia2nix.toml is bad, thanks. Sure, I will take a look at nurl. |
OK, I have adjusted my Julia2Nix.jl
The
|
You should add
|
Hmmm
Results in same error as above. |
let me test it. |
Cool. I note that using public urls of the type |
You must modify the fetch type if the URL is private. <pkgs.fetchgit> -> <builtins.fetchGit >
|
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. Runningresults in error:
I think I need to communicate my credentials to
julia2nix
but am not sure how to do so.The text was updated successfully, but these errors were encountered: