2023-12-06 07:02:30 +03:00
|
|
|
tests: true
|
2023-11-29 10:37:27 +03:00
|
|
|
benchmarks: true
|
|
|
|
|
2023-11-17 11:57:11 +03:00
|
|
|
packages:
|
|
|
|
./hnix-store-core/hnix-store-core.cabal
|
2023-11-19 13:53:41 +03:00
|
|
|
./hnix-store-db/hnix-store-db.cabal
|
2023-12-06 10:33:01 +03:00
|
|
|
./hnix-store-json/hnix-store-json.cabal
|
2023-11-22 12:44:11 +03:00
|
|
|
./hnix-store-nar/hnix-store-nar.cabal
|
2023-11-22 12:10:58 +03:00
|
|
|
./hnix-store-readonly/hnix-store-readonly.cabal
|
2023-11-17 11:57:11 +03:00
|
|
|
./hnix-store-remote/hnix-store-remote.cabal
|
2023-11-19 20:01:55 +03:00
|
|
|
./hnix-store-tests/hnix-store-tests.cabal
|
2023-11-17 11:57:11 +03:00
|
|
|
|
2023-11-18 20:41:29 +03:00
|
|
|
-- till https://github.com/obsidiansystems/dependent-sum/pull/80
|
|
|
|
allow-newer:
|
|
|
|
dependent-sum:some
|
|
|
|
|
2023-11-19 13:53:41 +03:00
|
|
|
package hnix-store-db
|
|
|
|
flags: +build-readme +build-bench
|
|
|
|
|
2023-11-22 12:44:11 +03:00
|
|
|
package hnix-store-nar
|
|
|
|
flags: +bounded_memory
|
|
|
|
|
2023-11-17 11:57:11 +03:00
|
|
|
package hnix-store-remote
|
2023-11-29 07:33:57 +03:00
|
|
|
flags: +build-derivation +build-readme +io-testsuite
|