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 #424

Closed
wants to merge 2 commits into from

Commits on Oct 22, 2021

  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: nix-community#358
    Relates-to: NixOS/nix#5128
    László Vaskó committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    563522a 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ó committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    fc4cdde View commit details
    Browse the repository at this point in the history