aboutsummaryrefslogtreecommitdiffstats
path: root/sys/nixpkgs/pkgs (unfollow)
Commit message (Collapse)Author
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-03-23style(treewide): FormatSoispha
2024-03-23feat(pkgs/scripts/spodi): Rewrite to support artist `update`Soispha
2024-03-23feat(pkgs/scripts/fupdate): Add support for updating without running the scriptSoispha
2024-03-23build(treewide): UpdateSoispha
2024-03-23fix(flake): Use new vendored `generate_firefox_extensions` binarySoispha
2024-03-23feat(pkgs/generate_moz_extensions): Vendor itSoispha
This project was hosted as a separate git repository. It is now vendored, like the other projects directly associated with the configuration.
2024-03-10fix(pkgs/scripts/update-sys): Add new `systemd-run` dependencySoispha
2024-03-10style(treewide): FormatSoispha
2024-03-10build(treewide): UpdateSoispha
2024-03-07fix(pkgs/scripts/neorg/review): Use dataHome to store dataSoispha
2024-03-07feat(pkgs/scripts/neorg/review): Only review opened projectsSoispha
2024-03-06fix(pkgs/scripts/aumo): Add required dependencies (and remove old ones)Soispha
2024-03-01fix(pkgs/scripts/mpc-fav): Update database after adding a new favoriteSoispha
2024-03-01feat(pkgs/neorg/review): InitSoispha
This makes reviewing (and closing) opened firefox tabs easier.
2024-02-28fix(pkgs/scripts/fupdate): Exit after running the main loopSoispha
2024-02-28fix(hm/pkgs): Put all my scripts in the `scripts` namespaceSoispha
2024-02-24chore(version): v1.33.2 Soispha
2024-02-24fix(pkgs/scripts/aumo): Add a warning on wrong usageSoispha
2024-02-24fix(treewide): Add shell library import directiveSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-24build(treewide): UpdateSoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help textSoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/fupdate): FormatSoispha
2024-02-24refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha
2024-02-24build(flake): UpdateSoispha
2024-02-23style(treewide): FormatSoispha
2024-02-23build(flake): UpdateSoispha
2024-02-20build(treewide): UpdateSoispha
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-02-12fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32Soispha
2024-02-11fix(sys/nixpkgs/pkgs/comments): Allow unknown comment authorSoispha
2024-02-09fix(sys/nixpkgs/pkgs/yt): Avoid logging, that mpv can't display charsSoispha
2024-02-09fix(sys/nixpkgs/pkgs/yt): Replace all quotesSoispha
2024-02-08build(treewide): UpdateSoispha
2024-02-07fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optionalSoispha
2024-02-03build(treewide): UpdateSoispha
2024-01-30fix(sys/nixpkgs/comments): Add missing fields to info_json parserSoispha
2024-01-30build(treewide): UpdateSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Export the package under the correct nameSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects`Soispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Append comments to the back of repliesSoispha
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-28fix(sys/nixpkgs/pkgs/comments): Wrap with correct `fmt`Soispha
2024-01-28fix(sys/nixpkgs/pkgs): Actually add new comments packageSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt): Use correct type in json parsingSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt/ytc): Allow watching already watched idsSoispha
2024-01-28fix(sys/nixpkgs/update_pkgs): Allow to hide expansive updates behind flagSoispha
2024-01-28build(treewide): UpdateSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt): Use already existing cargo lock fileSoispha