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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 00f99fdfe6ae
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 056498371c54
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 16, 2021

  1. Document expected output of 'nix store ping'.

    While interpreting the output is fairly intuitive it would be better to
    explicitly specify what a good invocation looks like.
    
    That this isn't completely obvious (or at least causes folks to
    second-guess themselves) can be seen in a couple user threads:
    
    - https://discourse.nixos.org/t/nixos-cache-fetching-issue/3575/11
    - https://discourse.nixos.org/t/newbie-question-cant-get-trivial-example-of-nixops-to-work-on-my-mac/1125/8
    ryneeverett committed Jan 16, 2021
    Copy the full SHA
    1e13c79 View commit details

Commits on Jan 17, 2021

  1. Merge pull request #4454 from ryneeverett/ping-store-output-docs

    Document expected output of 'nix store ping'.
    domenkozar authored Jan 17, 2021
    Copy the full SHA
    0564983 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 src/nix/ping-store.md
2 changes: 2 additions & 0 deletions src/nix/ping-store.md
Original file line number Diff line number Diff line change
@@ -27,4 +27,6 @@ argument `--store` *url*) can be accessed. What this means is
dependent on the type of the store. For instance, for an SSH store it
means that Nix can connect to the specified machine.

When the command succeeds a zero exit code is returned with no output.

)""