commit fbf93745ae93b1acf8c60b7c223190dcc6b44c6d
parent 12b9734a92bea9540843fa31990ae3e67b0c12e8
Author: triesap <tyson@radroots.org>
Date: Sat, 13 Jun 2026 01:41:42 -0700
nix: fix pure guard inputs
- Add ripgrep to the pure repository guard derivation
- Let nix flake check run the existing legacy identifier guard
- Normalize TOML formatting required by treefmt
- Validate the repaired pure flake lane
Diffstat:
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/crates/events/Cargo.toml b/crates/events/Cargo.toml
@@ -24,7 +24,9 @@ serde = { workspace = true, default-features = false, features = [
"alloc",
"derive",
], optional = true }
-serde_json = { workspace = true, default-features = false, features = ["alloc"] }
+serde_json = { workspace = true, default-features = false, features = [
+ "alloc",
+] }
sha2 = { workspace = true, default-features = false }
[dev-dependencies]
diff --git a/crates/relay_transport/Cargo.toml b/crates/relay_transport/Cargo.toml
@@ -21,11 +21,7 @@ client = [
"radroots_nostr/client",
"radroots_nostr/events",
]
-storage = [
- "dep:radroots_event_store",
- "dep:radroots_outbox",
- "client",
-]
+storage = ["dep:radroots_event_store", "dep:radroots_outbox", "client"]
runtime-tokio = [
"storage",
"radroots_event_store/runtime-tokio",
diff --git a/nix/checks.nix b/nix/checks.nix
@@ -37,6 +37,7 @@ in
pkgs.coreutils
pkgs.gitMinimal
pkgs.gnugrep
+ pkgs.ripgrep
];
initGit = true;
command = ''