about summary refs log tree commit diff stats
path: root/nix/default.nix
Commit message (Collapse)AuthorAgeLines
* brand exe with both long and short commit hashesAlan Pearce2024-04-25-1/+9
|
* nix: limit server compilation to sub-packageAlan Pearce2024-04-24-0/+1
|
* nix: don't pollute nix store with per-commit builds with no changesAlan Pearce2024-04-24-1/+1
|
* Brand server executable with full commit hashAlan Pearce2024-04-23-3/+3
|
* listen on port 80Alan Pearce2024-04-23-1/+1
|
* split output directories into website/{public,private}Alan Pearce2024-04-21-10/+10
|
* move server code to cmd/serverAlan Pearce2024-04-21-4/+4
|
* serve site from filesystem rather than embeddingAlan Pearce2024-04-21-17/+31
| | | | | It's cool to embed, but it requires server.go to be at the root. Also, I'd like to be able to update the built site separately in the future.
* nix: save typingAlan Pearce2024-04-21-5/+5
|
* remove unused variableAlan Pearce2024-04-21-1/+0
|
* support IPv6Alan Pearce2024-04-21-1/+1
|
* allow listen address to be configuredAlan Pearce2024-04-21-0/+1
|
* send headers from config.tomlAlan Pearce2024-04-20-0/+3
|
* Use gitlab CIAlan Pearce2024-04-20-8/+11
| | | | | | | | | | | | | | | | | | | | commit 3bca937c9ff91852269a828de0c778db7d1423df Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 20 01:14:26 2024 +0200 create gitlab CI configuration commit ee9eeab17ac88f4020d857dcceb458c66418e2f6 Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 20 16:07:01 2024 +0200 make helpers for both building and streaming docker images commit d8340ec8ff3e3f9c51b55e95e27e518330435b7c Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 20 00:20:34 2024 +0200 use long git hashes for docker tags
* use long git hashes for docker tagsAlan Pearce2024-04-20-1/+2
|
* Brand executable with commit hash for server headerAlan Pearce2024-04-19-3/+3
|
* try to improve building on aarch64-darwinAlan Pearce2024-04-19-1/+2
|
* use nix to build docker imagesAlan Pearce2024-04-19-0/+71