lix/src/libexpr/primops
Eelco Dolstra 8fc1c3f413
Fix assertion failure in FlakeRef::to_string()
Fixes

  $ nix build
  nix: src/libexpr/primops/flakeref.cc:169: std::__cxx11::string nix::FlakeRef::to_string() const: Assertion `!rev' failed.
  Aborted

e.g. when flake.nix doesn't exist.

Also use gitRev().
2019-05-08 22:09:18 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc fetchGit: Return revCount for dirty working trees 2019-04-19 14:15:51 +02:00
fetchGit.hh fetchGit: Return revCount for dirty working trees 2019-04-19 14:15:51 +02:00
fetchMercurial.cc Enforce use of immutable flakes in pure mode 2019-02-12 21:07:48 +01:00
flake.cc Add newline at end of lockfile 2019-05-08 18:28:01 +02:00
flake.hh Fixed Flake data type and flake fetching 2019-05-07 05:57:08 +02:00
flakeref.cc Fix assertion failure in FlakeRef::to_string() 2019-05-08 22:09:18 +02:00
flakeref.hh WIP: still need to adapt flakeref parsing 2019-05-01 12:59:12 +02:00
fromTOML.cc Fix build on 32-bit systems and macOS 2018-07-11 21:12:18 +02:00