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: fix dependencies for proj

Changed files
+6
.tangled
workflows
+6
.tangled/workflows/deploy.yaml
··· 11 11 12 12 dependencies: 13 13 nixpkgs: 14 + # Needed to retrieve wisp 14 15 - coreutils 15 16 - curl 17 + # My dependencies 16 18 - go 17 19 - proj 18 20 - libwebp 21 + # CGo 22 + - gcc 23 + - gnumake 24 + - pkg-config 19 25 20 26 environment: 21 27 SITE_NAME: shutup.jp