Migrate the development shell to a locked Nix flake - #1567
Merged
Merged
Conversation
Signed-off-by: danielporterda <daniel.porter@digitalasset.com>
Signed-off-by: danielporterda <daniel.porter@digitalasset.com>
danielporterda
deployed
to
cf-docs-generated-docs-merger
September 8, 2026 15:21 — with
GitHub Actions
Active
danielporterda
deployed
to
cf-docs-generated-docs-merger
September 8, 2026 15:21 — with
GitHub Actions
Active
hrischuk-da
approved these changes
Sep 11, 2026
Contributor
|
[image: image.png]
…On Fri, Sep 11, 2026 at 12:54 PM Daniel Porter ***@***.***> wrote:
@danielporterda <https://github.com/danielporterda> requested your review
on: canton-network/cf-docs#1567
<#1567> Migrate the
development shell to a locked Nix flake.
—
Reply to this email directly, view it on GitHub
<#1567?email_source=notifications&email_token=AXHVJTXXGLOZ2TIDTEBWZKL5OQU2RA5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTGMBZHA3DOMJWGMZTJJTSMVQXG33OWBZGK5TJMV3V64TFOF2WK43UMVSKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#event-30986716334>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXHVJTUPXAUOB5TLTOZMABT5OQU2RAVCNFSNUABGKJSXA33TNF2G64TZHMYTCMJYGI4TCNRZHE5US43TOVSTWNJTGUZDGNZTGU4TDILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AXHVJTSKPIJNXIKZCJK5T335OQU2RA5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTGMBZHA3DOMJWGMZTJJTSMVQXG33OWBZGK5TJMV3V64TFOF2WK43UMVSKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/AXHVJTUXS4JWLSJW4FJR4UT5OQU2RA5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTGMBZHA3DOMJWGMZTJJTSMVQXG33OWBZGK5TJMV3V64TFOF2WK43UMVSKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because your review was requested.Message ID:
***@***.***>
--
Curtis Hrischuk
919-414-2253
Principal Product Manager
***@***.***
<https://www.linkedin.com/company/digitalassetcom>
<https://x.com/digitalasset>
***@***.***>
Creators of Canton
--
This message, and any attachments, is for the intended recipient(s) only,
may contain information that is privileged, confidential and/or proprietary
and subject to important terms and conditions available at
http://www.digitalasset.com/emaildisclaimer.html
<http://www.digitalasset.com/emaildisclaimer.html>. If you are not the
intended recipient, please delete this message.
|
Signed-off-by: danielporterda <daniel.porter@digitalasset.com>
hrischuk-da
approved these changes
Sep 13, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request replaces the channel-sensitive
nix-shellentrypoint with a locked flake used consistently by direnv, CI, and generated-reference automation. It preserves the existing toolchain and environment behavior while removing the implicit<nixpkgs>search-path lookup.