fix recompute --reproducible run on a VURL key
This avoids "Cannot generate a key for backend VURL", and makes it use the usual hashing backend.
This commit is contained in:
parent
0f998f0698
commit
0712ae020c
2 changed files with 7 additions and 2 deletions
|
@ -52,6 +52,7 @@ optParser desc = AddComputedOptions
|
|||
<*> parseReproducible
|
||||
|
||||
newtype Reproducible = Reproducible { isReproducible :: Bool }
|
||||
deriving (Show, Eq)
|
||||
|
||||
parseReproducible :: Parser (Maybe Reproducible)
|
||||
parseReproducible = r <|> unr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue