mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
nix: Switch to stable rust.
This commit is contained in:
parent
978f5114d8
commit
5253f40477
3 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
(rust-bin.nightly.latest.rust.override { extensions = ["rust-src"]; })
|
||||
(rust-bin.stable.latest.default.override { extensions = ["rust-src"]; })
|
||||
lld_10
|
||||
stdenv.cc.cc.lib
|
||||
# pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue