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

nix copy: Add --profile and --out-link flags #11657

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2024

  1. nix copy: Add --profile flag

    This allows `nix copy` to atomically copy a store path and point a
    profile to it, without the risk that the store path might be GC'ed in
    between. This is useful for instance when deploying a new NixOS system
    profile from a remote store.
    edolstra committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    76f75e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ad8c5 View commit details
    Browse the repository at this point in the history
  3. nix copy: Add --out-link

    edolstra committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7f6d006 View commit details
    Browse the repository at this point in the history
  4. Add release note

    edolstra committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e9b5704 View commit details
    Browse the repository at this point in the history