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

fetchGit: work-around bug in Nix 2.4 #512

Merged
merged 2 commits into from
Jan 17, 2022
Merged

fetchGit: work-around bug in Nix 2.4 #512

merged 2 commits into from
Jan 17, 2022

Commits on Jan 17, 2022

  1. fetchGit: work-around bug in Nix 2.4

    Another approach to make `poetry2nix` work with dependencies specified
    by arbitrary `rev=<hash>` values on newer Nix revisions.
    
    Relates-to: #358
    Relates-to: NixOS/nix#5128
    László Vaskó authored and adisbladis committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5c06704 View commit details
    Browse the repository at this point in the history
  2. fetchGit: use allRefs only when it is needed

    If `branch` or `tag` is given in sourceSpec, then `fetchGit` would
    work as before, the only problematic setup is `rev` when used with Nix 2.4+
    László Vaskó authored and adisbladis committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8e1eef3 View commit details
    Browse the repository at this point in the history