# Pastebin BtqQ55LZ githubTarball = owner: repo: rev: builtins.fetchTarball { url = "https://github.com/${owner}/${repo}/archive/${rev}.tar.gz"; }; reflexPlatformSrc = githubTarball "reflex-frp" "reflex-platform" reflexPlatformRev; workOnMulti = import "${reflexPlatformSrc}/nix-utils/work-on-multi" { reflex-platform = reflexPlatform; };