Use crane to set RUSTUP_TOOLCHAIN

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-03-03 10:58:13 +01:00
parent d2d39773c2
commit dd7142647f
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@
in
{
packages = lib // {
inherit craneLib;
rust = rustTarget;
};