X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=overlays%2Fgitweb%2Fdefault.nix;h=2b9c0f6b50227ca17fb2c56c3e7924b4e35f9adc;hb=72300eb8116c960935a462564d96db6fac355bca;hp=aa17d22fe6f0463dca9fddee79a66582d6cce996;hpb=24fd1fe6c62b7a9fc347794fde043285da272f5c;p=perso%2FImmae%2FConfig%2FNix%2FNUR.git diff --git a/overlays/gitweb/default.nix b/overlays/gitweb/default.nix index aa17d22f..2b9c0f6b 100644 --- a/overlays/gitweb/default.nix +++ b/overlays/gitweb/default.nix @@ -1,6 +1,6 @@ self: super: { gitweb = super.gitweb.overrideAttrs(old: { - installPhase = old.installPhase + '' + postInstall = old.postInstall or "" + '' cp -r ${./theme} $out/gitweb-theme; ''; });