nandi/frqpublic Fork 0
3b05705
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.

Move the pin to the jolt-native that knows about a ceiling

The strip's cap is `:max-height` on a `:scroll`, which the pinned rev reads
for a picture's rows and nowhere else — so a build that is not running the
sibling checkout gets the scroll without the thing that makes it one, and the
overview goes back to taking the conversation's rows. One input, both halves
at the same commit, which is what the input's own comment asks for.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-12T00:15:38-07:00 Browse files
3b05705 parent: 8131fb6
modified flake.lock +5 -5
@@ -112,16 +112,16 @@
112112 "rust-overlay": "rust-overlay"
113113 },
114114 "locked": {
115- "lastModified": 1789172631,
116- "narHash": "sha256-V4mOTZIHqUW0NKd83Iq9N8YlY5JkSakOyYJQcr1BEMc=",
115+ "lastModified": 1789197006,
116+ "narHash": "sha256-umSz61n11FYjphIo5eoy1apzNYvdqjZXZ6Kq0Das3wE=",
117117 "ref": "refs/heads/main",
118- "rev": "4706c920e45ce80b11ee106d05c16d9eacc99fc7",
119- "revCount": 107,
118+ "rev": "5ba95e0164dfaf9110357b5e041001f98d4f13a9",
119+ "revCount": 114,
120120 "type": "git",
121121 "url": "https://gitlab.com/nandithebull/jolt-native"
122122 },
123123 "original": {
124- "rev": "4706c920e45ce80b11ee106d05c16d9eacc99fc7",
124+ "rev": "5ba95e0164dfaf9110357b5e041001f98d4f13a9",
125125 "type": "git",
126126 "url": "https://gitlab.com/nandithebull/jolt-native"
127127 }
@@ -112,16 +112,16 @@
112 "rust-overlay": "rust-overlay"112 "rust-overlay": "rust-overlay"
113 },113 },
114 "locked": {114 "locked": {
115- "lastModified": 1789172631,115+ "lastModified": 1789197006,
116- "narHash": "sha256-V4mOTZIHqUW0NKd83Iq9N8YlY5JkSakOyYJQcr1BEMc=",116+ "narHash": "sha256-umSz61n11FYjphIo5eoy1apzNYvdqjZXZ6Kq0Das3wE=",
117 "ref": "refs/heads/main",117 "ref": "refs/heads/main",
118- "rev": "4706c920e45ce80b11ee106d05c16d9eacc99fc7",118+ "rev": "5ba95e0164dfaf9110357b5e041001f98d4f13a9",
119- "revCount": 107,119+ "revCount": 114,
120 "type": "git",120 "type": "git",
121 "url": "https://gitlab.com/nandithebull/jolt-native"121 "url": "https://gitlab.com/nandithebull/jolt-native"
122 },122 },
123 "original": {123 "original": {
124- "rev": "4706c920e45ce80b11ee106d05c16d9eacc99fc7",124+ "rev": "5ba95e0164dfaf9110357b5e041001f98d4f13a9",
125 "type": "git",125 "type": "git",
126 "url": "https://gitlab.com/nandithebull/jolt-native"126 "url": "https://gitlab.com/nandithebull/jolt-native"
127 }127 }
modified flake.nix +1 -1
@@ -56,7 +56,7 @@
5656 # drift this comment warns about wearing a different hat: one input, and
5757 # the window and the terminal are the same library either way.
5858 jolt-native = {
59- url = "git+https://gitlab.com/nandithebull/jolt-native?rev=4706c920e45ce80b11ee106d05c16d9eacc99fc7";
59+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=5ba95e0164dfaf9110357b5e041001f98d4f13a9";
6060 inputs.nixpkgs.follows = "nixpkgs";
6161 };
6262
@@ -56,7 +56,7 @@
56 # drift this comment warns about wearing a different hat: one input, and56 # drift this comment warns about wearing a different hat: one input, and
57 # the window and the terminal are the same library either way.57 # the window and the terminal are the same library either way.
58 jolt-native = {58 jolt-native = {
59- url = "git+https://gitlab.com/nandithebull/jolt-native?rev=4706c920e45ce80b11ee106d05c16d9eacc99fc7";59+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=5ba95e0164dfaf9110357b5e041001f98d4f13a9";
60 inputs.nixpkgs.follows = "nixpkgs";60 inputs.nixpkgs.follows = "nixpkgs";
61 };61 };
62 62