diff --git a/kerstezel.nix b/kerstezel.nix index 46a28f3..23a1a82 100644 --- a/kerstezel.nix +++ b/kerstezel.nix @@ -7,4 +7,8 @@ mkDubDerivation { src = ./.; version = "1.0.0"; buildInputs = [ pkgs.openssl ]; + + postInstall = '' + cp -r statisch $out + ''; }