try this
This commit is contained in:
parent
99f9c84c19
commit
b941bf22cf
@ -32,7 +32,8 @@
|
|||||||
};
|
};
|
||||||
devShells.nightly = with pkgs; mkShell {
|
devShells.nightly = with pkgs; mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
rust-bin.nightly.latest.complete
|
# rust-bin.nightly.latest.complete
|
||||||
|
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete))
|
||||||
];
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
gdb
|
gdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user