Include static content
This commit is contained in:
parent
e3a323b8d9
commit
36701a8c93
|
@ -7,4 +7,8 @@ mkDubDerivation {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
buildInputs = [ pkgs.openssl ];
|
buildInputs = [ pkgs.openssl ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
cp -r statisch $out
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue