2021-01-31 22:25:59 +03:00
|
|
|
cradle:
|
|
|
|
cabal:
|
|
|
|
- path: "./hnix-store-core/src"
|
|
|
|
component: "lib:hnix-store-core"
|
|
|
|
|
|
|
|
- path: "./hnix-store-core/tests"
|
2023-11-22 12:59:58 +03:00
|
|
|
component: "hnix-store-core:test:core"
|
2021-01-31 22:25:59 +03:00
|
|
|
|
2023-11-22 09:19:49 +03:00
|
|
|
- path: "./hnix-store-db/src"
|
|
|
|
component: "lib:hnix-store-db"
|
|
|
|
|
|
|
|
- path: "./hnix-store-db/tests"
|
|
|
|
component: "hnix-store-db:test:db"
|
|
|
|
|
2023-11-22 12:44:11 +03:00
|
|
|
- path: "./hnix-store-nar/src"
|
|
|
|
component: "lib:hnix-store-nar"
|
|
|
|
|
|
|
|
- path: "./hnix-store-nar/tests"
|
|
|
|
component: "hnix-store-nar:test:nar"
|
|
|
|
|
2023-11-22 12:10:58 +03:00
|
|
|
- path: "./hnix-store-readonly/src"
|
|
|
|
component: "lib:hnix-store-readonly"
|
|
|
|
|
|
|
|
- path: "./hnix-store-readonly/tests"
|
|
|
|
component: "hnix-store-readonly:test:readonly"
|
|
|
|
|
2021-01-31 22:25:59 +03:00
|
|
|
- path: "./hnix-store-remote/src"
|
|
|
|
component: "lib:hnix-store-remote"
|
|
|
|
|
|
|
|
- path: "./hnix-store-remote/tests"
|
2023-11-22 00:07:14 +03:00
|
|
|
component: "hnix-store-remote:test:remote"
|
|
|
|
|
|
|
|
- path: "./hnix-store-remote/tests-io"
|
|
|
|
component: "hnix-store-remote:test:remote-io"
|
2023-11-22 09:19:49 +03:00
|
|
|
|
|
|
|
- path: "./hnix-store-tests/src"
|
|
|
|
component: "lib:hnix-store-tests"
|
|
|
|
|
|
|
|
- path: "./hnix-store-tests/tests"
|
|
|
|
component: "hnix-store-tests:test:props"
|