1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 11:30:30 -04:00
nix/src/libexpr/primops
Eelco Dolstra 72cd52c3cd
builtins.fetchgit: Support importing a working tree
For example, you can write

  src = fetchgit ./.;

and if ./. refers to an unclean working tree, that tree will be copied
to the Nix store. This removes the need for "cleanSource".
2017-10-30 19:59:25 +01:00
..
fetchgit.cc builtins.fetchgit: Support importing a working tree 2017-10-30 19:59:25 +01:00
fetchgit.hh builtins.fetchgit: Support importing a working tree 2017-10-30 19:59:25 +01:00