X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=overlays%2Fgitweb%2Fdefault.nix;h=27a11523dea3ca43849aca9c702735454b9e48f7;hb=75489e72e379af8aeac64bc4967717d9ae776ff0;hp=2b9c0f6b50227ca17fb2c56c3e7924b4e35f9adc;hpb=5400b9b6f65451d41a9106fae6fc00f97d83f4ef;p=perso%2FImmae%2FConfig%2FNix.git 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; ''; });