lix/src
Eelco Dolstra 38539b943a Add fetchgit builtin
The function builtins.fetchgit fetches Git repositories at evaluation
time, similar to builtins.fetchTarball. (Perhaps the name should be
changed, being confusing with respect to Nixpkgs's fetchgit function,
with works at build time.)

Example:

  (import (builtins.fetchgit git://github.com/NixOS/nixpkgs) {}).hello

or

  (import (builtins.fetchgit {
    url = git://github.com/NixOS/nixpkgs-channels;
    rev = "nixos-16.03";
  }) {}).hello

Note that the result does not contain a .git directory.
2016-04-29 20:47:36 +02:00
..
boost Force stack trace for boost format errors 2016-03-02 15:46:07 +01:00
download-via-ssh More cleanup 2015-07-20 01:16:16 +02:00
libexpr Add fetchgit builtin 2016-04-29 20:47:36 +02:00
libmain Show the log tail when a build fails 2016-04-25 19:18:45 +02:00
libstore Add fetchgit builtin 2016-04-29 20:47:36 +02:00
libutil BinaryCacheStore: Support bzip2 compression 2016-04-29 17:43:37 +02:00
nix nix: Disable verbose builds 2016-04-25 19:18:45 +02:00
nix-collect-garbage Eliminate reserveSpace flag 2016-02-24 17:44:55 +01:00
nix-daemon Show the log tail when a build fails 2016-04-25 19:18:45 +02:00
nix-env Improved logging abstraction 2016-04-25 19:18:45 +02:00
nix-instantiate Improved logging abstraction 2016-04-25 19:18:45 +02:00
nix-prefetch-url BinaryCacheStore::readFile(): Return a shared_ptr to a string 2016-04-15 15:39:48 +02:00
nix-store nix-store -l: Simplify implementation 2016-04-29 17:47:03 +02:00