Use the returned file name in select-derivation-by-file-name
They should be the same, but it seems more sensible to return the value from the database.
This commit is contained in:
parent
ff01144e87
commit
b504094262
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ VALUES ($1, $2)"
|
||||||
#f)
|
#f)
|
||||||
(((id file_name builder args env_vars system))
|
(((id file_name builder args env_vars system))
|
||||||
(list (string->number id)
|
(list (string->number id)
|
||||||
file-name
|
file_name
|
||||||
builder
|
builder
|
||||||
(parse-postgresql-array-string args)
|
(parse-postgresql-array-string args)
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue