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-shell: Support --out-link #7248

Closed
wants to merge 10 commits into from
Closed

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    6a89471 View commit details
    Browse the repository at this point in the history
  2. nix-build: Make outLink std::optional.

    To facilitate --out-link with nix-shell.
    jsoo1 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    36a8fbe View commit details
    Browse the repository at this point in the history
  3. nix-build: Factor out --out-link writing function.

    To support --out-link with nix-shell.
    jsoo1 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    09355eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adad6d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eeefb07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9aff695 View commit details
    Browse the repository at this point in the history
  7. nix-shell: Don't add root for shell with --out-link.

    It is an input of the shell itself.
    jsoo1 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    7a37384 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bb79ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b277ba View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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