nandi/frqpublic Fork 0
aaa97c3
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 has stopped warning about its own src

Its buildDepsOnly calls passed both a src and a dummySrc, so crane
warned once per deps derivation on every evaluation reaching that flake
— including `nix run .#tui` here. The fix is upstream; this is the pin.
The derivations it produces are unchanged.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-06T13:06:59-07:00 Browse files
aaa97c3 parent: 2ccf442
modified flake.lock +5 -5
@@ -155,16 +155,16 @@
155155 "rust-overlay": "rust-overlay"
156156 },
157157 "locked": {
158- "lastModified": 1788676506,
159- "narHash": "sha256-lMPf1JhK50a0MkyB0+bEbj6pfmW5VDP/lM6DQ+ri7d0=",
158+ "lastModified": 1788725141,
159+ "narHash": "sha256-W7pCZAO9QTEXqk7c4t5rv1w2ESGi5o+bLQvCs1dNv2Y=",
160160 "ref": "refs/heads/main",
161- "rev": "4956d1e2f73eae7b1f8ef16fab875c56c69dea84",
162- "revCount": 47,
161+ "rev": "16408ca25dde0dc34bec4930ba79a6cf5adedc0c",
162+ "revCount": 48,
163163 "type": "git",
164164 "url": "https://gitlab.com/nandithebull/jolt-native"
165165 },
166166 "original": {
167- "rev": "4956d1e2f73eae7b1f8ef16fab875c56c69dea84",
167+ "rev": "16408ca25dde0dc34bec4930ba79a6cf5adedc0c",
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": 1788676506,158+ "lastModified": 1788725141,
159- "narHash": "sha256-lMPf1JhK50a0MkyB0+bEbj6pfmW5VDP/lM6DQ+ri7d0=",159+ "narHash": "sha256-W7pCZAO9QTEXqk7c4t5rv1w2ESGi5o+bLQvCs1dNv2Y=",
160 "ref": "refs/heads/main",160 "ref": "refs/heads/main",
161- "rev": "4956d1e2f73eae7b1f8ef16fab875c56c69dea84",161+ "rev": "16408ca25dde0dc34bec4930ba79a6cf5adedc0c",
162- "revCount": 47,162+ "revCount": 48,
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": "4956d1e2f73eae7b1f8ef16fab875c56c69dea84",167+ "rev": "16408ca25dde0dc34bec4930ba79a6cf5adedc0c",
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
@@ -55,7 +55,7 @@
5555 # drift this comment warns about wearing a different hat: one input, and
5656 # the window and the terminal are the same library either way.
5757 jolt-native = {
58- url = "git+https://gitlab.com/nandithebull/jolt-native?rev=4956d1e2f73eae7b1f8ef16fab875c56c69dea84";
58+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=16408ca25dde0dc34bec4930ba79a6cf5adedc0c";
5959 inputs.nixpkgs.follows = "nixpkgs";
6060 };
6161
@@ -55,7 +55,7 @@
55 # drift this comment warns about wearing a different hat: one input, and55 # drift this comment warns about wearing a different hat: one input, and
56 # the window and the terminal are the same library either way.56 # the window and the terminal are the same library either way.
57 jolt-native = {57 jolt-native = {
58- url = "git+https://gitlab.com/nandithebull/jolt-native?rev=4956d1e2f73eae7b1f8ef16fab875c56c69dea84";58+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=16408ca25dde0dc34bec4930ba79a6cf5adedc0c";
59 inputs.nixpkgs.follows = "nixpkgs";59 inputs.nixpkgs.follows = "nixpkgs";
60 };60 };
61 61