forked from trinitrix/core
Build(flake): Switch back to stable
This commit is contained in:
parent
fbcf572f47
commit
3ca01912b9
|
@ -45,7 +45,7 @@
|
||||||
overlays = [(import rust-overlay)];
|
overlays = [(import rust-overlay)];
|
||||||
};
|
};
|
||||||
|
|
||||||
nightly = true;
|
nightly = false;
|
||||||
rust =
|
rust =
|
||||||
if nightly
|
if nightly
|
||||||
then pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)
|
then pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)
|
||||||
|
|
Loading…
Reference in New Issue