aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/verify/derivation_output_details.sql
blob: ca9cff86ebfb9d5a0e3f53b27529782222474e95 (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:derivation_output_details on sqlite

BEGIN;

-- XXX Add verifications here.

ROLLBACK;