lix/src
Eelco Dolstra 766ad5db3b
nix path-info: Show download sizes for binary cache stores
E.g.

  $ nix path-info --json --store https://cache.nixos.org nixpkgs.thunderbird -S
  ...
      "downloadHash": "sha256:1jlixpzi225wwa0f4xdrwrqgi47ip1qpj9p06fyxxg07sfmyi4q0",
      "downloadSize": 43047620,
      "closureDownloadSize": 84745960
    }
  ]
2017-07-14 18:29:10 +02:00
..
boost Shut up some warnings 2017-04-14 14:42:20 +02:00
build-remote Replace a few bool flags with enums 2017-07-03 11:38:08 +02:00
buildenv Fix Fedora build 2016-08-30 13:56:22 +02:00
libexpr Merge pull request #1428 from rimmington/clearer-regex-space-error 2017-07-10 11:45:05 +02:00
libmain Shut up a memory leak warning 2017-07-14 11:40:57 +02:00
libstore nix path-info: Show download sizes for binary cache stores 2017-07-14 18:29:10 +02:00
libutil nix: Show help when no arguments are given 2017-07-14 13:44:45 +02:00
linenoise Replace readline by linenoise 2017-05-10 18:37:42 +02:00
nix nix path-info: Show download sizes for binary cache stores 2017-07-14 18:29:10 +02:00
nix-build nix-shell: Respect --dry-run 2017-07-03 11:54:30 +02:00
nix-channel Improve progress indicator 2017-05-16 16:09:57 +02:00
nix-collect-garbage printMsg(lvlError, ...) -> printError(...) etc. 2016-09-21 16:54:53 +02:00
nix-copy-closure Replace a few bool flags with enums 2017-07-03 11:38:08 +02:00
nix-daemon Support base-64 hashes 2017-07-04 15:07:41 +02:00
nix-env Replace a few bool flags with enums 2017-07-03 11:38:08 +02:00
nix-instantiate Replace a few bool flags with enums 2017-07-03 11:38:08 +02:00
nix-prefetch-url Support base-64 hashes 2017-07-04 15:07:41 +02:00
nix-store Support base-64 hashes 2017-07-04 15:07:41 +02:00
resolve-system-dependencies resolve-system-dependencies: Misc fixes 2017-05-31 16:10:10 +02:00