mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +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
|
@ -13,7 +13,7 @@
|
|||
let
|
||||
pkgs = import nixpkgs { inherit system; overlays = [ rust-overlay.overlay ]; };
|
||||
naerskLib = pkgs.callPackage naersk {
|
||||
inherit (pkgs.rust-bin.nightly.latest) rustc cargo;
|
||||
inherit (pkgs.rust-bin.stable.latest.default) rustc cargo;
|
||||
};
|
||||
in rec {
|
||||
packages.helix = naerskLib.buildPackage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue