Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Cargo.lock not up to date in 0.3.1 release commit #40

@hazel-ocean

Description

@hazel-ocean

I think that the Cargo.lock file that's published with the 0.3.1 release commit is out of date as I'm running into problems packaging this tool at that version for nixpkgs:

I've resorted to applying a patch to the repo when the source is fetched from GitHub for compilation, but it would be cleaner to be able to build from a release with an up-to-date Cargo.lock file.

For context, I'm just trying to package this tool so that I (and others) can go through the Discovery book on NixOS without having to do anything more than installing the package via the system package manager. Nix has certain assumptions around how packages should build, one of them being that build processes shouldn't update lock files during a build, which is why I'm running into this issue originally (I'm fairly certain).

Thanks for making this tool and the Discovery book available :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions