7 lines
227 B
Nix
7 lines
227 B
Nix
{ fetchgit }:
|
|
fetchgit {
|
|
name = "tvix";
|
|
url = "https://code.tvl.fyi/depot.git:workspace=views/tvix.git";
|
|
rev = "6ae6c37fac42e10a34d020a5fd7e71640f3ffe68";
|
|
hash = "sha256-AmGCRGsGMQVnPMm+g1qZEE4tRxejZgHfqDSmsxwaRcw=";
|
|
}
|