anonymous-overflow: Include public and templates folders
This commit is contained in:
parent
b0326fc178
commit
323457d116
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ pkgs.buildGoModule rec {
|
|||
|
||||
vendorSha256 = "sha256-CAEGKBNqVnNJn8vP8yR93WKFNu/WLn9+kYinQQtiAYE=";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/anonymous-overflow
|
||||
cp -r public $out/share/anonymous-overflow/public
|
||||
cp -r templates $out/share/anonymous-overflow/templates
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "View StackOverflow in privacy and without the clutter.";
|
||||
homepage = "https://github.com/httpjamesm/AnonymousOverflow";
|
||||
|
|
Loading…
Reference in a new issue