obsidiansystems / hydra-pay

An open-source library for Cardano developers using Hydra (Head)
38 stars 6 forks source link

Add shell.nix #9

Closed ali-abrar closed 1 year ago

ali-abrar commented 1 year ago

nix-shell will now give you a shell where you have access to the executables used by the hydra-pay application including: ghc, cabal, cardano-cli, cardano-node, and so on.

v0d1ch commented 1 year ago

Tried it and everything works. Thanks @ali-abrar !