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