Description
The Nix build of headplane-ssh-wasm fails after commit 44dffea.
Two bugs in nix/ssh-wasm.nix:
- Wrong patch directory (
-d vendor should be -d vendor/tailscale.com)
- Vendor files are read-only in the Nix sandbox (needs
chmod before patch)
Fix: #522
Headplane Version
HEAD
Headscale Version
v0.28.0
Description
The Nix build of
headplane-ssh-wasmfails after commit 44dffea.Two bugs in
nix/ssh-wasm.nix:-d vendorshould be-d vendor/tailscale.com)chmodbeforepatch)Fix: #522
Headplane Version
HEAD
Headscale Version
v0.28.0