Build(flake): Switch back to stable

This commit is contained in:
Benedikt Peetz 2023-07-26 17:12:33 +02:00
parent fbcf572f47
commit 3ca01912b9
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
overlays = [(import rust-overlay)];
};
nightly = true;
nightly = false;
rust =
if nightly
then pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)