aboutsummaryrefslogtreecommitdiffstats
path: root/sys (unfollow)
Commit message (Collapse)Author
2024-02-28style(sys/svcs/nix): Inline the `nixpkgs` variableSoispha
2024-02-28feat(sys/svcs/nix): Set nix pathSoispha
This is useful in the nix repl
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-24fix(sys/svcs/xdg/{lf,ranger}-wrapper): Add a shell library importSoispha
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-23chore(version): v1.31.0 Soispha
2024-02-23style(treewide): FormatSoispha
2024-02-23feat(sys/svcs/nix): Switch to nixUnstableSoispha
2024-02-23build(flake): UpdateSoispha
2024-02-23feat(sys/nixos_git_rev): Add a file with the current git reverenceSoispha
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-10fix(sys/disks): Differentiate the space limit of '/' an '/tmp'Soispha
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-08fix(sys/svcs/printing): Active cups webinterfaceSoispha
2024-02-07fix(sys/svcs/printing): Use correct printer network addressSoispha
2024-02-07fix(sys/svcs/printing): Configure Cups to be statelessSoispha
2024-02-07fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optionalSoispha
2024-02-07fix(sys): Use new module optionsSoispha
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
2024-01-28feat(sys/nixpkgs/pkgs/comments): InitSoispha
This rewrite of the `comments` script even provides nested comments
2024-01-23build(treewide): UpdateSoispha
2024-01-23feat(sys/nixpkgs/pkgs): Add update scriptsSoispha
2024-01-21fix(sys/nixpkgs/yt): Ensure that the downloader downloads everythingSoispha