-
Notifications
You must be signed in to change notification settings - Fork 500
Modify flake.nix and flake.lock files to run all plutus smart contracts #7434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
84c0927
5fba5d1
d39785a
34638b8
7049e8c
0441a30
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -88,3 +88,4 @@ allow-newer: | |||
| -- https://github.com/IntersectMBO/plutus/pull/7236 | ||||
| constraints: setup.optparse-applicative >=0.19.0.0 | ||||
| allow-newer: turtle:optparse-applicative | ||||
| multi-repl: True | ||||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Needed for enabling the creation of multiple repl environment There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is really a good one. I also have constant issues with nix shell, I believe if the nix shell is updated, building dApp with Plutus won’t be an issues. Great Job, Dev Saviour
|
||||
| multi-repl: True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really Impressive. I’m sure this pull request will be merged successfully, dev.