Skip to content
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

Fix support for .cargo/config #306

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Fix support for .cargo/config #306

merged 1 commit into from
Aug 18, 2023

Commits on Aug 17, 2023

  1. Fix support for .cargo/config

    Before #300, our
    `builtinz.toTOML` used to return a string representing the serialized
    document which was later redirected into a file:
    
    https://github.com/nix-community/naersk/pull/300/files#diff-b6b537316f2d29c8faf178a110366796811d1bc72f694262c7d2efad79aa984bL238
    
    Over that merge request, this was changed to return a path, to make it
    consistent with how nixpkgs' formatters work - but I haven't noticed one
    place that still _read_ the file instead of returning a path (which was
    fine before, since the code did `echo ... > ...`, but is not a correct
    thing to do for `cp`).
    
    Closes #305.
    Patryk27 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3724100 View commit details
    Browse the repository at this point in the history