hnix-store/overlay.nix
2019-03-09 18:32:01 -05:00

7 lines
189 B
Nix

huper: helf: {
hnix-store-core =
helf.callCabal2nix "hnix-store-core" ./hnix-store-core {};
hnix-store-remote =
helf.callCabal2nix "hnix-store-remote" ./hnix-store-remote {};
}