mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-10 01:26:32 +03:00
14 lines
371 B
YAML
14 lines
371 B
YAML
cradle:
|
|
cabal:
|
|
- path: "./hnix-store-core/src"
|
|
component: "lib:hnix-store-core"
|
|
|
|
- path: "./hnix-store-core/tests"
|
|
component: "hnix-store-core:test:format-tests"
|
|
|
|
- path: "./hnix-store-remote/src"
|
|
component: "lib:hnix-store-remote"
|
|
|
|
- path: "./hnix-store-remote/tests"
|
|
component: "hnix-store-remote:test:hnix-store-remote-tests"
|