Skip to content

Commit 4234aa2

Browse files
PetarKirovMartinNikov
authored andcommitted
build(pkgs/foundry): Use stable fenix rust channel
1 parent 05b052f commit 4234aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
callPackageUnstable = pkgsUnstable.callPackage;
2727
callPackage2311 = pkgs2311.callPackage;
2828

29-
rustToolchain = inputs'.fenix.packages.minimal.toolchain;
29+
rustToolchain = inputs'.fenix.packages.stable.toolchain;
3030

3131
rustPlatform = pkgsUnstable.makeRustPlatform {
3232
cargo = rustToolchain;

0 commit comments

Comments
 (0)