reflex-realworld-example icon indicating copy to clipboard operation
reflex-realworld-example copied to clipboard

Some kind of easy-install mode.

Open benkolera opened this issue 7 years ago • 1 comments

Docker? A virtualbox vm?

Docker would be easier to automate the creation of, but it doesn't run on home versions of window afaict.

benkolera avatar Apr 11 '19 05:04 benkolera

VM is also easy to automate via nixpkgs config.system.build.virtualBoxOVA

for an example of doing this with obelisk app see https://gitlab.com/obsidian.systems/tezos-bake-monitor/blob/develop/default.nix#L296

A simpler usage is in the nixpkgs itself https://github.com/NixOS/nixpkgs/blob/302d53df2b79f48ea6e9f42e47dd17e561ff6433/nixos/release.nix#L184-L194

dfordivam avatar Jun 29 '19 02:06 dfordivam