about summary refs log tree commit diff stats
path: root/sys/nixpkgs
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-07 20:39:57 +0100
committerSoispha <soispha@vhack.eu>2024-02-07 20:39:57 +0100
commitcd344b3ba97b16290e72db988350ad07ea7b82a9 (patch)
tree6a4acd92ccfc97f7cd0ec953a0021d5dd8ddbaa9 /sys/nixpkgs
parentfix(sys): Use new module options (diff)
downloadnixos-config-cd344b3ba97b16290e72db988350ad07ea7b82a9.tar.gz
nixos-config-cd344b3ba97b16290e72db988350ad07ea7b82a9.zip
fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optional
Diffstat (limited to 'sys/nixpkgs')
-rw-r--r--sys/nixpkgs/pkgs/comments/src/info_json.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/comments/src/info_json.rs b/sys/nixpkgs/pkgs/comments/src/info_json.rs
index 35f24d8b..e479c320 100644
--- a/sys/nixpkgs/pkgs/comments/src/info_json.rs
+++ b/sys/nixpkgs/pkgs/comments/src/info_json.rs
@@ -27,7 +27,7 @@ pub struct InfoJson {
     pub like_count: u32,
     pub channel: String,
     pub channel_follower_count: u32,
-    pub channel_is_verified: bool,
+    pub channel_is_verified: Option<bool>,
     pub uploader: String,
     pub uploader_id: String,
     pub uploader_url: String,