-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25da1c64f90b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2825e05d21ec
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 9 files changed
- 1 contributor
Commits on Aug 3, 2018
-
LegacySSHStore: Add remote-store option
This is primarily useful for testing, e.g. $ nix copy --to 'ssh://localhost?remote-store=/tmp/nix' ...
Configuration menu - View commit details
-
Copy full SHA for e268bbc - Browse repository at this point
Copy the full SHA e268bbcView commit details -
SSHMaster: Bypass SSH when connecting to localhost
This is primarily useful for testing since it removes the need to have SSH working.
Configuration menu - View commit details
-
Copy full SHA for 4e7d5f6 - Browse repository at this point
Copy the full SHA 4e7d5f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 848a937 - Browse repository at this point
Copy the full SHA 848a937View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeebe4c - Browse repository at this point
Copy the full SHA eeebe4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c17fd - Browse repository at this point
Copy the full SHA 34c17fdView commit details -
Make adding paths via nix-store --serve run in constant memory
It adds a new operation, cmdAddToStoreNar, that does the same thing as the corresponding nix-daemon operation, i.e. call addToStore(). This replaces cmdImportPaths, which has the major issue that it sends the NAR first and the store path second, thus requiring us to store the incoming NAR either in memory or on disk until we decide what to do with it. For example, this reduces the memory usage of $ nix copy --to 'ssh://localhost?remote-store=/tmp/nix' /nix/store/95cwv4q54dc6giaqv6q6p4r02ia2km35-blender-2.79 from 267 MiB to 12 MiB. Probably fixes #1988.
Configuration menu - View commit details
-
Copy full SHA for 2825e05 - Browse repository at this point
Copy the full SHA 2825e05View commit details
There are no files selected for viewing