Skip to content

Commit ddd1d79

Browse files
committedNov 20, 2024·
Fix nix flake
1 parent d0a474d commit ddd1d79

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed
 

‎flake.lock

+7-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#
8383
# NOTE: We currently need to set the Rust version unnecessarily high
8484
# in order to work around https://github.com/matrix-org/synapse/issues/15939
85-
(rust-bin.stable."1.71.1".default.override {
85+
(rust-bin.stable."1.82.0".default.override {
8686
# Additionally install the "rust-src" extension to allow diving into the
8787
# Rust source code in an IDE (rust-analyzer will also make use of it).
8888
extensions = [ "rust-src" ];
@@ -205,7 +205,7 @@
205205
# corresponding Nix packages on https://search.nixos.org/packages.
206206
#
207207
# This was done until `./install-deps.pl --dryrun` produced no output.
208-
env.PERL5LIB = "${with pkgs.perl536Packages; makePerlPath [
208+
env.PERL5LIB = "${with pkgs.perl538Packages; makePerlPath [
209209
DBI
210210
ClassMethodModifiers
211211
CryptEd25519

0 commit comments

Comments
 (0)
Please sign in to comment.