Building a Rust service with Nix
- https://fasterthanli.me/series/building-a-rust-service-with-nix
- 단순한 웹 서비스를 배포하는 것을 목표로 한다. 친절하게도 목차를 적어주셨네
- Setting up a local Ubuntu Server VM
- Developing over SSH
- Printing ASCII cats over HTTP
- Writing a Dockerfile for catscii
- Deploying catscii to fly.io
- Using the Shipyard private crate registry with Docker
- Doing geo-location and keeping analytics
- Learning
Nix
from the bottom up
- Making a dev shell with nix flakes
- Generating a docker image with nix
- Extra credit