diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-04-29T18·14+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-04-29T18·47+0200 |
commit | 38539b943a060d9cdfc24d6e5d997c0885b8aa2f (patch) | |
tree | 3f17e49cd6f969dec78befab26e7c68ce3c05956 /README | |
parent | 83258225e6be25cd706df0f96dcbd4b04c352056 (diff) |
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.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions