c1b6f97
ce7436d
1 2
3
4 5 6 7
self: super: { gitweb = super.gitweb.overrideAttrs(old: { postBuild = old.postBuild or "" + '' cp -r ${./theme} $out/gitweb-theme; ''; }); }