Include static content

This commit is contained in:
Chris Josten 2020-12-12 19:51:12 +01:00
parent e3a323b8d9
commit 36701a8c93

View file

@ -7,4 +7,8 @@ mkDubDerivation {
src = ./.;
version = "1.0.0";
buildInputs = [ pkgs.openssl ];
postInstall = ''
cp -r statisch $out
'';
}