mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Implemented --flake flag for nix build
Also fixed Eelco's PR comments
This commit is contained in:
parent
6542de98c2
commit
d4ee8afd59
8 changed files with 111 additions and 28 deletions
|
@ -344,7 +344,6 @@ void writeFile(const Path & path, Source & source, mode_t mode)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
string readLine(int fd)
|
||||
{
|
||||
string s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue