Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8511842

Browse files
Switch devenv dependency in the nix development environment to the latest release (instead of the development branch) (#16063)
1 parent ec662bb commit 8511842

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

changelog.d/16063.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix building the nix development environment on MacOS systems.

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Output a development shell for x86_64/aarch64 Linux/Darwin (MacOS).
4646
systems.url = "github:nix-systems/default";
4747
# A development environment manager built on Nix. See https://devenv.sh.
48-
devenv.url = "github:cachix/devenv/main";
48+
devenv.url = "github:cachix/devenv/v0.6.3";
4949
# Rust toolchain.
5050
rust-overlay.url = "github:oxalica/rust-overlay";
5151
};

0 commit comments

Comments
 (0)