nandi/frqpublic Fork 0
264b6da2df5e43491ca9fc9129bf8ec0b1a654ef
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

CLAUDE.md · 19 lines · 651 Bmarkdown Blame HistoryRaw
Read the clock in the reader's zone when /etc/localtime is a file bffe879 nandi 18d ago1# Working in this repo
2
3## Nix
4
Follow the xorg renames, and stop wrapping nix in distrobox a400a00 nandi 16d ago5You are already running inside the Arch distrobox, where `nix` lives, so run
6nix 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 ago7
8```bash
Follow the xorg renames, and stop wrapping nix in distrobox a400a00 nandi 16d ago9nix build .#frq
Read the clock in the reader's zone when /etc/localtime is a file bffe879 nandi 18d ago10```
11
Follow the xorg renames, and stop wrapping nix in distrobox a400a00 nandi 16d ago12A remote builder (`eu.nixbuild.net`) is already configured here; the Android
13outputs want `--store ssh-ng://eu.nixbuild.net --eval-store auto`, for the
14reason nix/android.nix gives at the top.
Read the clock in the reader's zone when /etc/localtime is a file bffe879 nandi 18d ago15
Follow the xorg renames, and stop wrapping nix in distrobox a400a00 nandi 16d ago16One thing this container is *not* representative of: `/etc/localtime` is a
17regular 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 ago18of its path sees nothing. That is a real deployment shape, not an artefact —
19frq.clock handles it.