Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 92dfc2232720
Choose a base ref
...
head repository: NixOS/nix
compare: ec91840e70a7
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 21, 2018

  1. Make 'nix copy --from ssh://...' run in constant memory

    For instance, this reduced the memory consumption of
    
      $ nix copy --from ssh://localhost --to ~/my-nix /nix/store/1n7x0yv8vq6zi90hfmian84vdhd04bgp-blender-2.79a
    
    from 632 MiB to 16 MiB.
    edolstra committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    47f7e55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11898d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97002b6 View commit details
    Browse the repository at this point in the history
  4. Also make the backwards compatible case of RemoteStore::addToStore ru…

    …n in constant memory
    
    Just because we can.
    edolstra committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    ec91840 View commit details
    Browse the repository at this point in the history