Include static content
This commit is contained in:
parent
e3a323b8d9
commit
36701a8c93
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue