Properly set RUST_SRC_PATH in flake

This commit is contained in:
Artemis Tosini 2023-12-14 21:19:13 +00:00
parent ca44c81e73
commit 49facf67c3
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -52,8 +52,7 @@
rustPackages.clippy
];
DBUS_XML_PATH = dbusPaths;
RUST_SRC_PATH =
"${rustPackages.rustPlatform.rustLibSrc}/lib/rustlib";
RUST_SRC_PATH = "${rustPackages.rustPlatform.rustLibSrc}";
};
devShell = devShells.rustybar;