tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
misc
/
vim-plugins
/
vim2nix
/
additional-nix-code
/
ctrlp-cmatcher
at
17.09
5 lines
99 B
view raw
1
buildInputs = [ python ];
2
buildPhase = ''
3
patchShebangs .
4
./install.sh
5
'';