forked from jetify-com/devbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devpkg: use struct field values in FlakeInstallable.String (jetify-co…
…m#1600) Improve `FlakeInstallable.String` so that it reassembles the installable string using the current field values instead of returning the original parsed string that it came from. This mirrors the other commit that updates `FlakeRef.String`. Similar to `FlakeRef.String`, `FlakeInstallable.String` normalizes the resulting string so that if two installables are equal, then their strings will always be equal.
- Loading branch information
Showing
2 changed files
with
97 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters