vimPlugins: move vim2nix into nixpkgs repo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
buildInputs = [ perl ruby ];
|
||||
buildPhase = ''
|
||||
pushd ruby/command-t
|
||||
ruby extconf.rb
|
||||
make
|
||||
popd
|
||||
'';
|
||||
Reference in New Issue
Block a user