tangled
alpha
login
or
join now
byjp.me
/
shutup.jp
2
fork
atom
I get told to shut up a lot by my friend. This is the microsite that documents this in detail.
shutup.jp
postcards
microsite
2
fork
atom
overview
issues
pulls
pipelines
build: my nix hack is still being hacky
byjp.me
3 months ago
64318ec9
32fff3e7
1/1
deploy.yaml
success
1m 48s
+4
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+4
-4
.tangled/workflows/deploy.yaml
···
28
28
WISP_HANDLE: byjp.me
29
29
30
30
steps:
31
31
-
- name: Setup CGO environment
31
31
+
32
32
+
- name: Build site
33
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
38
-
39
39
-
- name: Build site
40
40
-
command: go run .
40
40
+
go run .
41
41
42
42
- name: Download wisp
43
43
command: |