diff --git a/hnix-store-core/src/System/Nix/Derivation.hs b/hnix-store-core/src/System/Nix/Derivation.hs index c3a26e9..f9b5f16 100644 --- a/hnix-store-core/src/System/Nix/Derivation.hs +++ b/hnix-store-core/src/System/Nix/Derivation.hs @@ -27,7 +27,5 @@ parseDerivation expectedRoot = buildDerivation :: Derivation StorePath Text -> Text.Lazy.Builder buildDerivation = Derivation.buildDerivationWith - (string . Text.pack . show) - string - where - string = Text.Lazy.Builder.fromText . Text.pack . show + (show . show) + show