This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# prefetch wstunnel's master for nix, and store the result in wstunnel.json | |
nix-prefetch-git https://github.com/erebe/wstunnel > wstunnel.json | |
# and build the wstunnel-tarball with nix, using the haskell.nix infra structure as above (see default.nix) | |
nix build \ | |
-f default.nix \ | |
rpi64-musl.wstunnel-tarball \ | |
-o rpi64-musl-wstunnel-tarball \ | |
--arg wstunnel-json ./ws-tunnel.json |