{ cabal, parsers, trifecta, text }: cabal.mkDerivation (self: { pname = "hnix"; version = "0.0.1"; src = ./.; buildDepends = [ parsers trifecta text ]; meta = { homepage = "https://github.com/jwiegley/hnix"; description = "Haskell implementation of the Nix language"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })