spacevim: remove unused inputs
This commit is contained in:
parent
703d23bb90
commit
2e4ff2aaa7
@ -1,6 +1,6 @@
|
|||||||
{ ripgrep, git, fzf, makeWrapper, vim_configurable, vimPlugins, fetchFromGitHub, writeTextDir
|
{ ripgrep, git, fzf, makeWrapper, vim_configurable, vimPlugins, fetchFromGitHub
|
||||||
, lib, stdenv, runCommandNoCC, remarshal, formats, spacevim_config ? import ./init.nix }:
|
, lib, stdenv, formats, spacevim_config ? import ./init.nix }:
|
||||||
with stdenv;
|
|
||||||
let
|
let
|
||||||
format = formats.toml {};
|
format = formats.toml {};
|
||||||
vim-customized = vim_configurable.customize {
|
vim-customized = vim_configurable.customize {
|
||||||
@ -11,7 +11,7 @@ let
|
|||||||
vimrcConfig.packages.myVimPackage = with vimPlugins; { start = [ ]; };
|
vimrcConfig.packages.myVimPackage = with vimPlugins; { start = [ ]; };
|
||||||
};
|
};
|
||||||
spacevimdir = format.generate "init.toml" spacevim_config;
|
spacevimdir = format.generate "init.toml" spacevim_config;
|
||||||
in mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "spacevim";
|
pname = "spacevim";
|
||||||
version = "1.5.0";
|
version = "1.5.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
Reference in New Issue
Block a user