Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 7 lines 164 B view raw
1{ runCommand }: 2{ pname, version, src }: 3 4runCommand "roundcube-plugin-${pname}-${version}" { } '' 5 mkdir -p $out/plugins/ 6 cp -r ${src} $out/plugins/${pname} 7''