elm2nix-0.2: Turn your Elm project into buildable Nix project

Safe HaskellSafe
LanguageHaskell2010

Elm2Nix.FixedOutput

Synopsis

Documentation

data FixedDerivation Source #

Constructors

FixedDerivation 

Fields

prefetch :: String -> String -> IO FixedDerivation Source #

Use nix-prefetch-url to obtain resulting path and it's hash | Partially taken from cabal2nixsrcDistributionNixpkgsFetch.hs