use newer rust for nix package

This commit is contained in:
Robin Appelman 2024-03-02 15:34:10 +01:00
commit 131071dbd2
2 changed files with 7 additions and 1 deletions

View file

@ -27,6 +27,7 @@
};
hostTarget = pkgs.hostPlatform.config;
targets = ["x86_64-unknown-linux-musl" hostTarget];
naerskForTarget = target: let
toolchain = pkgs.rust-bin.stable.latest.default.override {targets = [target];};
in