hnix-store/overlay.nix
2022-04-22 12:49:07 +02:00

10 lines
261 B
Nix

pkgs: hlib: helf: huper: {
hnix-store-remote =
( helf.callCabal2nixWithOptions "hnix-store-remote" ./hnix-store-remote "-fio-testsuite" { }
).overrideAttrs (attrs: {
buildInputs = attrs.buildInputs ++ [
pkgs.nix
];
});
}