ArchLinux.md

July 17, 2018 ยท View on GitHub

Arch Linux Build Instructions

Installing Nix

git clone https://aur.archlinux.org/nix.git
cd nix
makepkg -sic
sudo systemctl enable --now nix-daemon.socket

You must restart your system for nix's environmental variables to take effect.

Running reflex-platform

git clone https://github.com/reflex-frp/reflex-platform/
cd reflex-platform
./try-reflex

Contents

  1. 1Arch Linux Build Instructions
  2. 1.1Installing Nix
  3. 1.2Running reflex-platform