about summary refs log tree commit diff stats
path: root/pkgs/by-name/fu/fupdate (follow)
Commit message (Collapse)AuthorAge
* pkgs/{fupdate,river-mk-keymap,tskm,yambar-modules}: Use the same update.shBenedikt Peetz3 days
| | | | | This `update.sh` script allows for conditional `upgrades` and its presence ensures that `nix flake update` is also ran.
* treewide: UpdateBenedikt Peetz3 days
|
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* treewide: UpdateBenedikt Peetz2025-04-25
|
* pkgs/fupdate: Improve error reportingBenedikt Peetz2025-04-19
|
* treewide: UpdateBenedikt Peetz2025-04-19
|
* pkgs/fupdate: Rewrite in rustBenedikt Peetz2025-04-14
|
* pkgs/fupdate: Split into `fupdate-flake` and `fupdate`Benedikt Peetz2025-04-14
|
* feat(modules/nix): Switch to `lix`Benedikt Peetz2024-10-24
| | | | | | | | | `nix` is currently constantly failing to open some of the sqlite databases, which is just really obnoxious. Although, as I have later found out, this is caused by a `bindfs` fuse mount on `~/.cache`. This process is running against the `1024` open fd soft limit, and thus refusing to open another one for the database.
* fix(treewide): Use `nixVersions.latest` instead of just `nix`Benedikt Peetz2024-05-25
| | | | | | | `nix` is an alias (in `all-packages.nix`) to `nixVersions.stable`. `nixVersion.latest` is always the last released version of nix. I obviously want that `nix` with more features (and slightly more bugs probably).
* refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz2024-05-23
This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization.