Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added Default.nix
Empty file.
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ allow-newer:
-- https://github.com/IntersectMBO/plutus/pull/7236
constraints: setup.optparse-applicative >=0.19.0.0

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.

allow-newer: turtle:optparse-applicative
multi-repl: True
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed for enabling the creation of multiple repl environment

Choose a reason for hiding this comment

The 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

Copy link

Copilot AI Nov 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The multi-repl: True addition is a reasonable improvement for development workflow, allowing multiple GHCi sessions. However, this change is unrelated to the PR's stated purpose of "running all plutus smart contracts" and should ideally be in a separate PR for clarity.

Suggested change
multi-repl: True

Copilot uses AI. Check for mistakes.
Loading