lix/src
Eelco Dolstra e38382895d
builtins.fetchGit: Return an attrset with revision info
This adds rev, shortRev and revCount attributes, equal to what Hydra
provides. E.g.

  $ nix eval '(fetchGit https://github.com/NixOS/patchelf.git)'
  { outPath = "/nix/store/ghigrkw02l440g8vfxa9wj4c3zpfmw99-source"; rev = "29c085fd9d3fc972f75b3961905d6b4ecce7eb2b"; revCount = 303; shortRev = "29c085f"; }
2017-10-30 11:49:03 +01:00
..
boost Shut up some warnings 2017-04-14 14:42:20 +02:00
build-remote Allow shorter syntax for chroot stores 2017-10-24 15:32:38 +02:00
buildenv Improve error message for conflicting priorities 2017-09-21 10:25:20 +09:00
libexpr builtins.fetchGit: Return an attrset with revision info 2017-10-30 11:49:03 +01:00
libmain Add --store argument to legacy commands 2017-10-24 15:41:11 +02:00
libstore enable-http2 -> http2 2017-10-30 11:00:59 +01:00
libutil Pass lists/attrsets to bash as (associative) arrays 2017-10-25 13:01:50 +02:00
linenoise Replace readline by linenoise 2017-05-10 18:37:42 +02:00
nix More progress indicator improvements 2017-10-24 15:32:38 +02:00
nix-build Pass lists/attrsets to bash as (associative) arrays 2017-10-25 13:01:50 +02:00
nix-channel Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
nix-collect-garbage printMsg(lvlError, ...) -> printError(...) etc. 2016-09-21 16:54:53 +02:00
nix-copy-closure Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
nix-daemon Remove the remote-builds option 2017-10-24 11:00:16 +02:00
nix-env nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-instantiate nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-prefetch-url nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-store Pass lists/attrsets to bash as (associative) arrays 2017-10-25 13:01:50 +02:00
resolve-system-dependencies Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00