Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-29 | Add "nix verify-paths" command | Eelco Dolstra | 1 | -0/+21 | |
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’ | |||||
2016-03-21 | nix: Add --store flag | Eelco Dolstra | 1 | -1/+8 | |
This is a bit user-friendlier than using $NIX_REMOTE. | |||||
2016-02-25 | Fix build | Eelco Dolstra | 1 | -1/+1 | |
2016-02-09 | Start of new Nix command-line interface | Eelco Dolstra | 1 | -0/+65 | |