1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 10:31:15 +02:00

Merge remote-tracking branch 'origin/master' into flakes

This commit is contained in:
Eelco Dolstra 2019-12-11 14:53:30 +01:00
commit ecb3a1afa2
119 changed files with 3905 additions and 2250 deletions

View file

@ -2,6 +2,7 @@
#include "sync.hh"
#include "flake.hh"
#include "path.hh"
namespace nix { struct SQLite; struct SQLiteStmt; }
@ -19,8 +20,8 @@ public:
struct Derivation
{
Path drvPath;
Path outPath;
StorePath drvPath;
StorePath outPath;
std::string outputName;
};