Add "Fixed output" to the options for Reproducibility status
On the derivation outputs page, as some derivations are reproducible by definition, so it's good to identify and exclude these.
This commit is contained in:
parent
9dddf2c606
commit
7cde75f8d6
1 changed files with 1 additions and 0 deletions
|
|
@ -803,6 +803,7 @@
|
||||||
"Reproducibility status" query-parameters
|
"Reproducibility status" query-parameters
|
||||||
#:allow-selecting-multiple-options #f
|
#:allow-selecting-multiple-options #f
|
||||||
#:options '(("Any" . "any")
|
#:options '(("Any" . "any")
|
||||||
|
("Fixed output" . "fixed-output")
|
||||||
("Unknown" . "unknown")
|
("Unknown" . "unknown")
|
||||||
("Reproducible" . "reproducible")
|
("Reproducible" . "reproducible")
|
||||||
("Unreproducible" . "unreproducible"))
|
("Unreproducible" . "unreproducible"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue