binary-cache/pkgs/overlay.nix

9 lines
117 B
Nix

final: _: {
tvix = final.callPackage ./tvix {
packages = [
"nar-bridge"
"tvix-store"
];
};
}