mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 10:37:46 +02:00
chore: rustup nightly breaks nixos with ldd -> rollback version of rust
This commit is contained in:
parent
397c48ae43
commit
3cb7cd2d7f
6 changed files with 16 additions and 13 deletions
|
@ -37,8 +37,9 @@ rustPlatform.buildRustPackage rec {
|
|||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
wrapGAppsHook4
|
||||
(rust-bin.selectLatestNightlyWith
|
||||
(toolchain: toolchain.default))
|
||||
# (rust-bin.selectLatestNightlyWith
|
||||
# (toolchain: toolchain.default))
|
||||
rust-bin.nightly."2024-05-10".default
|
||||
];
|
||||
copyLibs = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue