···88Recently I stumbled upon [Fly.io](https://fly.io/)'s [Sprites](https://sprites.dev/).
991010[Tangled](https://tangled.org/) uses [nix](https://nixos.org/download) (the package manager)
1111-and since I had my development setup for Tangled in a docker container(TODO: add footnote) it was a good excuse to play around with them.
1111+and since I had my development setup for Tangled in a docker container[^1] it was a good excuse to play around with them.
12121313## How to install
1414···2626 --args /nix/var/nix/profiles/default/bin/nix-daemon
2727```
28282929-That's all. Yep.
2929+Aaaand that's it. Easy, right?
3030+Well, I ran into some issues, which I will cover in the next section, so that you don't have to.
30313132## Errors I encountered
3233···5051You can verify this with `ls -la /nix/var/nix/daemon-socket/socket`. The owner should be `root` (not `sprite`).
51525253To fix this, make sure you started the daemon with `sudo`.
5454+5555+[^1]: Don't ask.