Closed djacu closed 2 years ago
please try julia2nix.jl instead
This should be fixed now! We had to support the new manifest file format.
I have this working in CI with Julia 1.6 and 1.8. I assume 1.7 works too, but it's not in Nixpkgs so I don't have it tested under CI. Lmk if you have any problems!
Describe the bug Tried to run
julia2nix
on a depot created with Julia 1.7 and it fails.To Reproduce Following the
README
:Create the
depot
directory.Pressed
]
to enter package mode.Ctrl-D
to exit.Cloned the
julia2nix
repo.From the
depot
directory, runjulia2nix
.Expected behavior
julia2nix
to finish and createpackages.nix
,common.nix
,default.nix
, andfetchgit
. It appears the only file not created ispackages.nix
.Environment