1st integration for client
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Robert Schauklies 2025-01-11 16:45:07 +01:00
parent 501a82760d
commit b33fe3ccaf
3 changed files with 28 additions and 2 deletions

View file

@ -11,6 +11,7 @@ let rust-toolchain = with pkgs; symlinkJoin {
];
};
in pkgs.mkShell {
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
buildInputs = [rust-toolchain];
RUST_BACKTRACE = 1;
}