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

[RFC 0107] Nixpkgs version attribute usage normalization #107

Closed
wants to merge 19 commits into from

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    b54350e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Fix cardboard example

    AndersonTorres committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    0ae28d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    250e5be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a326d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f782727 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d672e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Use 0.pre as default dummy release

    Also, minor reword and formatting.
    AndersonTorres committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    533f38e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    f656429 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Cite compareVersions

    AndersonTorres committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0083a07 View commit details
    Browse the repository at this point in the history
  2. Cite flakes

    AndersonTorres committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    9733bbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b7cb1f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    1ed9b2e View commit details
    Browse the repository at this point in the history
  2. Cite Repology

    AndersonTorres committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    083116c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    3057ea9 View commit details
    Browse the repository at this point in the history
  2. Rewording

    AndersonTorres committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    79c5ea1 View commit details
    Browse the repository at this point in the history
  3. Change + by , as separator

    Being a metacharacter, `+` can be a source of nasty bugs; it indeed was in the
    recent past:
    
    NixOS/nixpkgs@17b1055
    AndersonTorres committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0a6e2fc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Revert "Change + by , as separator"

    This reverts commit 0a6e2fc.
    
    Unfortunately, `,` is an illegal character.
    The search for the holy graal continues.
    AndersonTorres committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    8ca41bf View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Change the separator from + to :

    Addresses the dreadful bug fixed on NixOS/nixpkgs#146323
    AndersonTorres committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    5b35dd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    fba4031 View commit details
    Browse the repository at this point in the history