Properly set RUST_SRC_PATH in flake
This commit is contained in:
parent
ca44c81e73
commit
49facf67c3
|
@ -52,8 +52,7 @@
|
||||||
rustPackages.clippy
|
rustPackages.clippy
|
||||||
];
|
];
|
||||||
DBUS_XML_PATH = dbusPaths;
|
DBUS_XML_PATH = dbusPaths;
|
||||||
RUST_SRC_PATH =
|
RUST_SRC_PATH = "${rustPackages.rustPlatform.rustLibSrc}";
|
||||||
"${rustPackages.rustPlatform.rustLibSrc}/lib/rustlib";
|
|
||||||
};
|
};
|
||||||
devShell = devShells.rustybar;
|
devShell = devShells.rustybar;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue