Delete old comment

This commit is contained in:
Doug Beardsley 2018-08-05 14:39:59 -04:00
parent bc946a40b1
commit 007a2107d6

View File

@ -14,7 +14,6 @@ import System.Nix.Path
type OutputName = Text
newtype DerivationInputs = DerivationInputs
-- TODO: Eventually Text should be Output, but we don't have it yet
{ _unDerivationInputs :: HashMap Path (HashSet OutputName)
} deriving (Eq, Ord, Show)