helix: drop rust-overlay
This commit is contained in:
parent
c9da7d036b
commit
a64d7571d8
1 changed files with 1 additions and 9 deletions
|
@ -3,15 +3,7 @@
|
|||
pkgs,
|
||||
}: let
|
||||
inherit (pkgs) lib;
|
||||
helix = let
|
||||
latestNightly = (inputs.rust-overlay.lib.mkRustBin {} pkgs).nightly.latest.default;
|
||||
rustPlatform = pkgs.makeRustPlatform {
|
||||
rustc = latestNightly;
|
||||
cargo = latestNightly;
|
||||
stdenv = pkgs.clangStdenv;
|
||||
};
|
||||
in
|
||||
pkgs.callPackage ./helix {inherit rustPlatform;};
|
||||
helix = pkgs.callPackage ./helix {};
|
||||
kakoune = pkgs.callPackage ./kakoune.nix {};
|
||||
fish = pkgs.callPackage ./fish {inherit lib;};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue