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

Profile list improvements #8631

Merged
merged 4 commits into from
Jul 5, 2023
Merged

Profile list improvements #8631

merged 4 commits into from
Jul 5, 2023

Commits on Jul 2, 2023

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

Commits on Jul 3, 2023

  1. Rename 'resolvedRef' to 'lockedRef'

    'resolvedRef' was incorrect, since a resolved ref is one after
    registry resolution, which may still be unlocked (e.g. 'nixpkgs' ->
    'github:NixOS/nixpkgs').
    edolstra authored and iFreilicht committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b8e8f27 View commit details
    Browse the repository at this point in the history
  2. nix profile list: Add --json flag

    This just dumps the profile manifest to stdout.
    edolstra authored and iFreilicht committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a353412 View commit details
    Browse the repository at this point in the history
  3. Fix test

    edolstra authored and iFreilicht committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    5fbfbb4 View commit details
    Browse the repository at this point in the history