mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
add dml and ddl to projeto-bd package
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user