diff --git a/pkgs/projeto-bd/default.nix b/pkgs/projeto-bd/default.nix index 33d77d47..b4c12d7c 100644 --- a/pkgs/projeto-bd/default.nix +++ b/pkgs/projeto-bd/default.nix @@ -5,7 +5,7 @@ rustPlatform.buildRustPackage rec { version = "1.0.0-pre2"; postInstall = '' install -d $out/etc - cp -r templates assets $out/etc + cp -r templates assets DDL.sql DML.sql $out/etc ''; src = fetchFromSourcehut {