Skip to content
Snippets Groups Projects
  1. Jul 21, 2016
  2. Apr 22, 2016
  3. Mar 29, 2016
    • Eelco Dolstra's avatar
      Add "nix verify-paths" command · 784ee35c
      Eelco Dolstra authored
      Unlike "nix-store --verify-path", this command verifies signatures in
      addition to store path contents, is multi-threaded (especially useful
      when verifying binary caches), and has a progress indicator.
      
      Example use:
      
      $ nix verify-paths --store https://cache.nixos.org -r $(type -p thunderbird)
      ...
      [17/132 checked] checking ‘/nix/store/rawakphadqrqxr6zri2rmnxh03gqkrl3-autogen-5.18.6’
      784ee35c
Loading