index
:
nixos-config
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nixpkgs
/
pkgs
/
comments
/
src
(
unfollow
)
Commit message (
Collapse
)
Author
2024-05-20
refactor(sys): Modularize and move to `modules/system` or `pkgs`
Benedikt Peetz
2024-05-09
fix(sys/pkgs/comments): Don't require `sponsorblock_chapters`
Benedikt Peetz
This field is not always available.
2024-02-12
fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32
Soispha
2024-02-11
fix(sys/nixpkgs/pkgs/comments): Allow unknown comment author
Soispha
2024-02-07
fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optional
Soispha
2024-01-30
fix(sys/nixpkgs/comments): Add missing fields to info_json parser
Soispha
2024-01-28
fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects`
Soispha
2024-01-28
fix(sys/nixpkgs/pkgs/comments): Append comments to the back of replies
Soispha
This should fix an issue where the comment is appended to the wrong reply chain, when one person has commented twice. This builds on the assumption that comments are sorted by timestamp (which they are in this case).
2024-01-28
feat(sys/nixpkgs/pkgs/comments): Init
Soispha
This rewrite of the `comments` script even provides nested comments