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
release-18.03
5 lines
99 B
view raw
wrap content
1
buildInputs = [ python ];
2
buildPhase = ''
3
patchShebangs .
4
./install.sh
5
'';