use newest rust
This commit is contained in:
parent
946d2dd1cb
commit
8860a1c639
2 changed files with 8 additions and 1 deletions
|
@ -18,7 +18,10 @@
|
|||
pkgs = import nixpkgs { inherit system; };
|
||||
fx = fenix.packages.${system};
|
||||
rust = fx.combine [
|
||||
fx.stable.toolchain
|
||||
(fx.fromToolchainFile {
|
||||
file = ./rox/rust-toolchain.toml;
|
||||
sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU=";
|
||||
})
|
||||
];
|
||||
buildInputs = [
|
||||
rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue