I get told to shut up a lot by my friend. This is the microsite that documents this in detail. shutup.jp
postcards microsite

build: my nix hack is still being hacky

+4 -4
+4 -4
.tangled/workflows/deploy.yaml
··· 28 28 WISP_HANDLE: byjp.me 29 29 30 30 steps: 31 - - name: Setup CGO environment 31 + 32 + - name: Build site 33 + # TODO: figure out how to properly get nix to have proj.dev register with pkg-config 32 34 command: | 33 35 export PKG_CONFIG_PATH="$(pkg-config --variable pc_path pkg-config)" 34 36 for pkg in proj libwebp; do 35 37 export PKG_CONFIG_PATH="$(find /nix/store -name "$pkg.pc" -exec dirname {} \; | head -1):$PKG_CONFIG_PATH" 36 38 done 37 39 export CGO_ENABLED=1 38 - 39 - - name: Build site 40 - command: go run . 40 + go run . 41 41 42 42 - name: Download wisp 43 43 command: |