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

Low level <drvPath>^<outputName> installable syntax to match existing <highLevelInstallable>^<outputNames> syntax #4543

Merged
merged 30 commits into from
Dec 13, 2022

Commits on Apr 6, 2021

  1. New "indexed" installable syntax: <drvPath>!<outputName>

    Being conservative and only doing a single output name for now.
    Ericson2314 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    8499f32 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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

Commits on Mar 10, 2022

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

Commits on Mar 25, 2022

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

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    9c6be01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6951b26 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    5c1f2e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda2224 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    41e755b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b61d77 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    b18720e View commit details
    Browse the repository at this point in the history
  2. Use ^ not ! in indexed store derivations installable syntax

    Match the other syntax that was recently added
    Ericson2314 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    49ad315 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

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

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    6cafe30 View commit details
    Browse the repository at this point in the history
  2. Combine InstallableStorePath with InstallableIndexedStorePath

    No behavior should be changed, the `isDerivation` logic is moved from
    the methods to the constructor.
    Ericson2314 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f3262bc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    8735f55 View commit details
    Browse the repository at this point in the history
  2. Remove computed-derivations experimental feature

    We don't need it yet.
    Ericson2314 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    279ecf7 View commit details
    Browse the repository at this point in the history
  3. Fix typo in docs

    Thanks!
    
    Co-authored-by: Eelco Dolstra <[email protected]>
    Ericson2314 and edolstra authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    0e4ec98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12461e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

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

Commits on Nov 25, 2022

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

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    1879c7c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Eelco Dolstra <[email protected]>
    Ericson2314 and edolstra authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    dc075dc View commit details
    Browse the repository at this point in the history
  3. Improve release notes

    Ericson2314 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    c7cce3e View commit details
    Browse the repository at this point in the history
  4. Adjust docs

    Ericson2314 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d8c1c24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c886b18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dabb03b View commit details
    Browse the repository at this point in the history
  7. Fix typos in the docs

    Thanks!
    
    Co-authored-by: Valentin Gagarin <[email protected]>
    Ericson2314 and fricklerhandwerk authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    32ae715 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5273cf4 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'indexed-store-path-outputs' of github.com:obsidiansyste…

    …ms/nix into indexed-store-path-outputs
    Ericson2314 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f61d575 View commit details
    Browse the repository at this point in the history