1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 02:01:48 +02:00

Merge remote-tracking branch 'tweag/auto-update-flake' into flakes

This commit is contained in:
Eelco Dolstra 2019-03-26 11:50:22 +01:00
commit edb3836696
8 changed files with 188 additions and 20 deletions

View file

@ -344,7 +344,6 @@ void writeFile(const Path & path, Source & source, mode_t mode)
}
}
string readLine(int fd)
{
string s;