Build(flake): Switch back to stable

This commit is contained in:
Benedikt Peetz 2023-07-26 17:12:33 +02:00
parent ae7f99632a
commit ddd64f9ad3
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)