Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 9 lines 114 B view raw
1{ 2 mkKdeDerivation, 3 ffmpeg, 4}: 5mkKdeDerivation { 6 pname = "ffmpegthumbs"; 7 8 extraBuildInputs = [ ffmpeg ]; 9}