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

flake-info: use saner nix packaging method #344

Closed
wants to merge 1 commit into from

Commits on Aug 23, 2021

  1. flake-info: use saner nix packaging method

    When trying to first work in this I naive approached it with
    `nix-shell`. That of course lead to the fixed output bollocks failing
    with a hash mismatch. By making use of the `cargoLock` attribute on
    `buildRustPackage` we can tame the FOD-beast and only have to provide
    one hash manually for a single package (that we fetch from a GitHub
    repository).
    
    This also means that updating dependencies will be simpler as the native
    Cargo.lock file can be used.
    andir committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c3a0e46 View commit details
    Browse the repository at this point in the history