aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/fu/fupdate (unfollow)
Commit message (Collapse)Author
2024-05-25fix(treewide): Use `nixVersions.latest` instead of just `nix`Benedikt Peetz
`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).
2024-05-23refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz
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.