Rather than just the native system. I'm not quite sure of the value here, as I guess system tests should behave the same regardless of the way the software is compiled, but this seems like it could be useful, and being explicit about the system the derivation is for is good.
7 lines
125 B
PL/PgSQL
7 lines
125 B
PL/PgSQL
-- Revert guix-data-service:guix_revision_system_test_derivations_add_system from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|