Skip to content

Commit

Permalink
gitea: include "options" directory in "data" output
Browse files Browse the repository at this point in the history
This directory contains template files needed for initializing new repositories.

Fixes #49404.

(cherry picked from commit 5f3054e)
  • Loading branch information
pvgoran authored and markuskowa committed Nov 27, 2018
1 parent 0551730 commit 5c1cf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildGoPackage rec {

postInstall = ''
mkdir $data
cp -R $src/{public,templates} $data
cp -R $src/{public,templates,options} $data
mkdir -p $out
cp -R $src/options/locale $out/locale
Expand Down

0 comments on commit 5c1cf68

Please sign in to comment.