aleeusgr / gimbalabs-dandelion-pbl

Test Driven Development of dApps on Cardano
MIT License
1 stars 1 forks source link

Plutus build automation #19

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago
nix-shell$ cd /always-succeeds

# this may take a while the first time
cabal update
cabal repl 

Prelude MyFirstPlutusCompiler>

Right()
aleeusgr commented 1 year ago

If I go any of the ways: plutus-starter or nix flake init --template templates#haskell-nix --impure I still need to go and set the whole sha256 map by hand. 🤯