X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=overlays%2Fgitweb%2Fdefault.nix;h=27a11523dea3ca43849aca9c702735454b9e48f7;hp=2b9c0f6b50227ca17fb2c56c3e7924b4e35f9adc;hb=ce7436ddf74c8720240135ac618f8f80c620c4b5;hpb=b639cc33725fed62988b616909843bea7f7aebe3 diff --git a/overlays/gitweb/default.nix b/overlays/gitweb/default.nix index 2b9c0f6..27a1152 100644 --- a/overlays/gitweb/default.nix +++ b/overlays/gitweb/default.nix @@ -1,6 +1,6 @@ self: super: { gitweb = super.gitweb.overrideAttrs(old: { - postInstall = old.postInstall or "" + '' + postBuild = old.postBuild or "" + '' cp -r ${./theme} $out/gitweb-theme; ''; });