clean-up: Nix/Convert.hs

This commit is contained in:
Anton-Latukha 2020-09-18 15:27:07 +03:00
parent 4b44d97d9b
commit 85a098bfd5
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ instance Convertible e t f m
else return Nothing
outputs <- do
let outputs =
fmap principledMakeNixStringWithoutContext $ nlcvOutputs nlcv
principledMakeNixStringWithoutContext <$> nlcvOutputs nlcv
ts :: [NValue t f m] <- traverse toValue outputs
case ts of
[] -> return Nothing