···7788Recently 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)
1010+[Tangled](https://tangled.org/) uses [nix](https://nixos.org/download) (the package manager)
1111and 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.
12121313## How to install
···20202121Next, add the `nix` daemon to the services of your Sprite:
22222323-`sprite-env services create nix-daemon --cmd sudo --args /nix/var/nix/profiles/default/bin/nix-daemon`
2323+```bash
2424+sprite-env services create nix-daemon \
2525+ --cmd sudo \
2626+ --args /nix/var/nix/profiles/default/bin/nix-daemon
2727+```
24282529That's all. Yep.
2630