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

Take the jolt-native that clears a wide glyph whole

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-10T14:43:02-07:00 Browse files
7f2a1c4 parent: a9c61aa
modified flake.lock +5 -5
@@ -155,16 +155,16 @@
155155 "rust-overlay": "rust-overlay"
156156 },
157157 "locked": {
158- "lastModified": 1789069618,
159- "narHash": "sha256-7geJenE2NU0I7WqMmwS7H+UelY0CmWcWOOpkGT8t+k4=",
158+ "lastModified": 1789076396,
159+ "narHash": "sha256-bI/7cIeHs8cZSEDvnbaA9c3/INo6WWhUirEvYNvvDwI=",
160160 "ref": "refs/heads/main",
161- "rev": "51145dfedf4891af7951cdab36e19534b4474147",
162- "revCount": 97,
161+ "rev": "48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4",
162+ "revCount": 98,
163163 "type": "git",
164164 "url": "https://gitlab.com/nandithebull/jolt-native"
165165 },
166166 "original": {
167- "rev": "51145dfedf4891af7951cdab36e19534b4474147",
167+ "rev": "48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4",
168168 "type": "git",
169169 "url": "https://gitlab.com/nandithebull/jolt-native"
170170 }
@@ -155,16 +155,16 @@
155 "rust-overlay": "rust-overlay"155 "rust-overlay": "rust-overlay"
156 },156 },
157 "locked": {157 "locked": {
158- "lastModified": 1789069618,158+ "lastModified": 1789076396,
159- "narHash": "sha256-7geJenE2NU0I7WqMmwS7H+UelY0CmWcWOOpkGT8t+k4=",159+ "narHash": "sha256-bI/7cIeHs8cZSEDvnbaA9c3/INo6WWhUirEvYNvvDwI=",
160 "ref": "refs/heads/main",160 "ref": "refs/heads/main",
161- "rev": "51145dfedf4891af7951cdab36e19534b4474147",161+ "rev": "48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4",
162- "revCount": 97,162+ "revCount": 98,
163 "type": "git",163 "type": "git",
164 "url": "https://gitlab.com/nandithebull/jolt-native"164 "url": "https://gitlab.com/nandithebull/jolt-native"
165 },165 },
166 "original": {166 "original": {
167- "rev": "51145dfedf4891af7951cdab36e19534b4474147",167+ "rev": "48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4",
168 "type": "git",168 "type": "git",
169 "url": "https://gitlab.com/nandithebull/jolt-native"169 "url": "https://gitlab.com/nandithebull/jolt-native"
170 }170 }
modified flake.nix +1 -1
@@ -61,7 +61,7 @@
6161 # drift this comment warns about wearing a different hat: one input, and
6262 # the window and the terminal are the same library either way.
6363 jolt-native = {
64- url = "git+https://gitlab.com/nandithebull/jolt-native?rev=51145dfedf4891af7951cdab36e19534b4474147";
64+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4";
6565 inputs.nixpkgs.follows = "nixpkgs";
6666 };
6767
@@ -61,7 +61,7 @@
61 # drift this comment warns about wearing a different hat: one input, and61 # drift this comment warns about wearing a different hat: one input, and
62 # the window and the terminal are the same library either way.62 # the window and the terminal are the same library either way.
63 jolt-native = {63 jolt-native = {
64- url = "git+https://gitlab.com/nandithebull/jolt-native?rev=51145dfedf4891af7951cdab36e19534b4474147";64+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4";
65 inputs.nixpkgs.follows = "nixpkgs";65 inputs.nixpkgs.follows = "nixpkgs";
66 };66 };
67 67