| Read the clock in the reader's zone when /etc/localtime is a file bffe879 nandi 18d ago | 1 | # Working in this repo |
| 2 | |
| 3 | ## Nix |
| 4 | |
| Follow the xorg renames, and stop wrapping nix in distrobox a400a00 nandi 16d ago | 5 | You are already running inside the Arch distrobox, where `nix` lives, so run |
| 6 | nix commands directly — do not wrap them in `distrobox enter`: |
| Read the clock in the reader's zone when /etc/localtime is a file bffe879 nandi 18d ago | 7 | |
| 8 | ```bash |
| Follow the xorg renames, and stop wrapping nix in distrobox a400a00 nandi 16d ago | 9 | nix build .#frq |
| Read the clock in the reader's zone when /etc/localtime is a file bffe879 nandi 18d ago | 10 | ``` |
| 11 | |
| Follow the xorg renames, and stop wrapping nix in distrobox a400a00 nandi 16d ago | 12 | A remote builder (`eu.nixbuild.net`) is already configured here; the Android |
| 13 | outputs want `--store ssh-ng://eu.nixbuild.net --eval-store auto`, for the |
| 14 | reason nix/android.nix gives at the top. |
| Read the clock in the reader's zone when /etc/localtime is a file bffe879 nandi 18d ago | 15 | |
| Follow the xorg renames, and stop wrapping nix in distrobox a400a00 nandi 16d ago | 16 | One thing this container is *not* representative of: `/etc/localtime` is a |
| 17 | regular file here rather than a symlink, so anything that reads the zone out |
| Read the clock in the reader's zone when /etc/localtime is a file bffe879 nandi 18d ago | 18 | of its path sees nothing. That is a real deployment shape, not an artefact — |
| 19 | frq.clock handles it. |