elm2nix-0.3.0: Turn your Elm project into buildable Nix project
Safe HaskellSafe-Inferred
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