lix/src/libexpr/primops
Julian Stecklina 40c023ecfe fetchGit: don't use std::filesystem to filter git repos
Using std::filesystem means also having to link with -lstdc++fs on
some platforms and it's hard to discover for what platforms this is
needed. As all the functionality is already implemented as utilities,
use those instead.
2020-03-30 00:32:42 +02:00
..
context.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
fetchGit.cc fetchGit: don't use std::filesystem to filter git repos 2020-03-30 00:32:42 +02:00
fetchMercurial.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
fromTOML.cc Fix abort in fromTOML 2019-06-24 17:09:09 +02:00