You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happened because the dependencies in go.mod changed. Every time go.mod is updated, the vendorHash needs to be updated in the flake.nix. Unfortunately I don't know a better way around this other than updating the flake.nix manually.
I've done some research, turns out you can fix the version of the flake to a specific tag using the command:
nix run 'git+https://github.com/arimatakao/mdx?ref=refs/tags/v1.11.0' -- download --help
I've update #13 with the latest working version of mdx. A new tag (and an update to README.md) would be necessary to specify the new working version.
There are 2 ways to make this work: update #13 to mention the non-existent tag v1.12.4 in README.md, merge #13 and immediately create a new tag OR merge #13 as it is right now, release a new tag (v1.12.4, v1.13.0, etc) some time in the future, and then update the README.md with a new tag. The first option would mean that README.md has broken nix commands, the second option means, the second option means that the README.md has working nix commands which use and outdated version of mdx.
On Nix OS run command:
Installation error because the
vendorHash
innix/default.nix
is not set correctly:mdx/nix/default.nix
Line 33 in 135b92b
The text was updated successfully, but these errors were encountered: