update to released version

This commit is contained in:
Vinzenz Schroeter 2025-07-12 13:33:58 +02:00
parent 42042ec502
commit c3b9ecf402
4 changed files with 8 additions and 20 deletions

View file

@ -75,6 +75,7 @@
NIX_LD_LIBRARY_PATH = LD_LIBRARY_PATH;
NIX_LD = pkgs.stdenv.cc.bintools.dynamicLinker;
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
RUST_BACKTRACE = "1";
};
}
);