This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a9f118914f
nixpkgs
/
pkgs
/
misc
/
vim-plugins
/
vim2nix
/
additional-nix-code
/
command-t
6 lines
119 B
Plaintext
Raw
Blame
History
buildInputs = [ ruby rake ];
buildPhase = ''
rake make
rm ruby/command-t/ext/command-t/*.o
'';
Reference in New Issue
View Git Blame
Copy Permalink