Add an input type "nix" for passing arbitrary Nix expressions
This commit is contained in:
@ -76,7 +76,7 @@ create table JobsetInputs (
|
||||
project text not null,
|
||||
jobset text not null,
|
||||
name text not null,
|
||||
type text not null, -- "svn", "path", "uri", "string", "boolean"
|
||||
type text not null, -- "svn", "path", "uri", "string", "boolean", "nix"
|
||||
primary key (project, jobset, name),
|
||||
foreign key (project, jobset) references Jobsets(project, name) on delete cascade on update cascade
|
||||
);
|
||||
|
Reference in New Issue
Block a user