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,
|
pkgs,
|
||||||
}: let
|
}: let
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
helix = let
|
helix = pkgs.callPackage ./helix {};
|
||||||
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;};
|
|
||||||
kakoune = pkgs.callPackage ./kakoune.nix {};
|
kakoune = pkgs.callPackage ./kakoune.nix {};
|
||||||
fish = pkgs.callPackage ./fish {inherit lib;};
|
fish = pkgs.callPackage ./fish {inherit lib;};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue