This commit is contained in:
Eelco Dolstra
2008-11-12 16:42:07 +00:00
parent b96d304c85
commit 08f171d9e8
17 changed files with 61 additions and 40 deletions

View File

@ -17,6 +17,7 @@ create table Builds (
attrName text not null,
-- Info about the build result.
nixName text, -- name attribute of the derivation
description text,
drvPath text not null,
outPath text not null,