From 2722332bcbc25e0617b2e20819ec0572bec4ee63 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Wed, 17 Nov 2021 21:10:41 -0300 Subject: [PATCH] add dml and ddl to projeto-bd package --- pkgs/projeto-bd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {