1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/libexpr/primops
Eelco Dolstra a15f9b37eb
fetchGit: Support Git trees without any commits
Fixes

  $ nix build
  fatal: bad revision 'HEAD'
  error: program 'git' failed with exit code 128

on a new flake. It is now detected as a dirty tree with revCount = 0.
2019-10-07 15:44:32 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc fetchGit: Support Git trees without any commits 2019-10-07 15:44:32 +02:00
fetchGit.hh Add date of last commit to SourceInfo 2019-05-29 10:10:36 +02:00
fetchMercurial.cc Add flags to disallow dirty Git trees and to turn off warnings 2019-09-20 14:29:49 +02:00
fromTOML.cc Fix abort in fromTOML 2019-06-24 17:09:09 +02:00