forked from yu-re-ka/binary-cache
9 lines
117 B
Nix
9 lines
117 B
Nix
final: _: {
|
|
tvix = final.callPackage ./tvix {
|
|
packages = [
|
|
"nar-bridge"
|
|
"tvix-store"
|
|
];
|
|
};
|
|
}
|