summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoerg Thalheim <joerg@thalheim.io>2017-11-06 10:44:19 +0000
committerJoerg Thalheim <joerg@thalheim.io>2017-11-06 11:26:38 +0000
commit8c4dc462af8c54132eed73bf5e8f50126154fc25 (patch)
tree49e67cb05fe72a128dc40729709ac6e87b78dab1
parent4e3a5957bbaf358e18c54f07d694de71ef45cd1c (diff)
downloadnixlib-8c4dc462af8c54132eed73bf5e8f50126154fc25.tar
nixlib-8c4dc462af8c54132eed73bf5e8f50126154fc25.tar.gz
nixlib-8c4dc462af8c54132eed73bf5e8f50126154fc25.tar.bz2
nixlib-8c4dc462af8c54132eed73bf5e8f50126154fc25.tar.lz
nixlib-8c4dc462af8c54132eed73bf5e8f50126154fc25.tar.xz
nixlib-8c4dc462af8c54132eed73bf5e8f50126154fc25.tar.zst
nixlib-8c4dc462af8c54132eed73bf5e8f50126154fc25.zip
vim-plugins: update command no longer requires user input
-rw-r--r--pkgs/misc/vim-plugins/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index eab2efbb6bee..e821ce123f13 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -16,7 +16,7 @@ in
 
 # TL;DR
 # Add your plugin to ./vim-plugin-names
-# Regenerate via `nix-shell -I nixpkgs=/path/to/your/local/fork -p vimPlugins.pluginnames2nix --command "vim-plugin-names-to-nix"`
+# Regenerate via `nix-shell -I nixpkgs=/path/to/your/local/fork -p vimPlugins.pluginnames2nix --command "vim-plugin-names-to-nix </dev/null"`
 # Copy the generated expression(s) into this file.
 # If plugin is complicated then make changes to ./vim2nix/additional-nix-code