1
0
Fork 0

anonymous-overflow: Include public and templates folders

This commit is contained in:
Daniel Kempkens 2023-02-15 22:00:09 +01:00
parent b0326fc178
commit 323457d116
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -13,6 +13,12 @@ pkgs.buildGoModule rec {
vendorSha256 = "sha256-CAEGKBNqVnNJn8vP8yR93WKFNu/WLn9+kYinQQtiAYE="; 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; { meta = with lib; {
description = "View StackOverflow in privacy and without the clutter."; description = "View StackOverflow in privacy and without the clutter.";
homepage = "https://github.com/httpjamesm/AnonymousOverflow"; homepage = "https://github.com/httpjamesm/AnonymousOverflow";