add dml and ddl to projeto-bd package

This commit is contained in:
Gabriel Fontes
2021-11-17 21:10:41 -03:00
parent 30f8287fe1
commit 2722332bcb
+1 -1
View File
@@ -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 {