mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-15 04:07:31 +03:00
7 lines
223 B
Nix
7 lines
223 B
Nix
hlib: helf: huper: {
|
|
hnix-store-core =
|
|
helf.callCabal2nix "hnix-store-core" ./hnix-store-core {};
|
|
hnix-store-remote =
|
|
helf.callCabal2nixWithOptions "hnix-store-remote" ./hnix-store-remote "-fio-testsuite" {};
|
|
}
|