hnix-store/overlay.nix

10 lines
261 B
Nix
Raw Normal View History

pkgs: hlib: helf: huper: {
2019-03-10 02:32:01 +03:00
hnix-store-remote =
2022-04-22 13:49:07 +03:00
( helf.callCabal2nixWithOptions "hnix-store-remote" ./hnix-store-remote "-fio-testsuite" { }
).overrideAttrs (attrs: {
buildInputs = attrs.buildInputs ++ [
pkgs.nix
];
});
2019-03-10 02:32:01 +03:00
}