summaryrefslogtreecommitdiff
path: root/overlays/gitweb/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-25 11:57:48 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:53 +0200
commit72300eb8116c960935a462564d96db6fac355bca (patch)
treeda182278dc7b1a39c287cc701cff73df2b44fc52 /overlays/gitweb/default.nix
parent22e09a87fb538a0eaf81837750b0948f26f79cf1 (diff)
downloadNUR-72300eb8116c960935a462564d96db6fac355bca.tar.gz
NUR-72300eb8116c960935a462564d96db6fac355bca.tar.zst
NUR-72300eb8116c960935a462564d96db6fac355bca.zip
Upgrade nixos
Diffstat (limited to 'overlays/gitweb/default.nix')
-rw-r--r--overlays/gitweb/default.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
1self: super: { 1self: super: {
2 gitweb = super.gitweb.overrideAttrs(old: { 2 gitweb = super.gitweb.overrideAttrs(old: {
3 installPhase = old.installPhase + '' 3 postInstall = old.postInstall or "" + ''
4 cp -r ${./theme} $out/gitweb-theme; 4 cp -r ${./theme} $out/gitweb-theme;
5 ''; 5 '';
6 }); 6 });