Rules-based browser launcher for TUI + GNOME. switchyard.aly.codes
tui gome bowser go
0

Configure Feed

Select the types of activity you want to include in your feed.

fix flake

Aly Raffauf (May 29, 2026, 3:26 PM EDT) 03d4045a a3257c05

+2 -5
+1 -5
flake/packages.nix
··· 16 16 17 17 buildPhase = '' 18 18 runHook preBuild 19 - go build -mod=vendor -trimpath -ldflags="-s -w" -o switchyard ./src 19 + go build -mod=vendor -trimpath -ldflags="-s -w" -o $GOPATH/bin/switchyard ./src 20 20 runHook postBuild 21 - ''; 22 - 23 - postBuild = '' 24 - mv $GOPATH/bin/src $GOPATH/bin/switchyard || true 25 21 ''; 26 22 27 23 nativeBuildInputs = with pkgs; [
+1
result
··· 1 + /nix/store/nxczqc94jdvzz4n988fckcmal7zl0jf5-switchyard-dev