about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/aszlig/vim/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/aszlig/vim/default.nix b/pkgs/aszlig/vim/default.nix
index 641c39ea..a303d625 100644
--- a/pkgs/aszlig/vim/default.nix
+++ b/pkgs/aszlig/vim/default.nix
@@ -1,6 +1,6 @@
 { stdenv, lib, fetchurl, fetchFromGitHub, writeText, writeTextFile, writeScript
 , runCommand, writers, python3Packages, ledger, meson, vim, buildGoPackage
-, rustc, rustfmt, ansifilter
+, rustfmt, ansifilter
 }:
 
 let
@@ -601,9 +601,6 @@ let
       \ ['full_hex', 'rgb', 'rgba', 'hsl', 'hsla']
 
     " rust
-    if !executable('rustc')
-      let g:rustc_path = '${rustc}/bin/rustc'
-    endif
     let g:rustfmt_command = '${rustfmt.override {
       asNightly = true;
     }}/bin/rustfmt'