about summary refs log tree commit diff stats
path: root/pkgs (follow)
Commit message (Collapse)AuthorAge
...
* refactor(git/scripts): Upgrade `git-cm` to a 'real' packageBenedikt Peetz2024-05-25
|
* style(treewide): FormatBenedikt Peetz2024-05-25
|
* 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).
* fix(pkgs/by-name/ya/yambar-{memory,cpu}): Add devshellBenedikt Peetz2024-05-25
|
* build(treewide): UpdateBenedikt Peetz2024-05-25
|
* fix(update.sh): Use more descriptive names for the toplevel update.sh scriptsBenedikt Peetz2024-05-24
|
* feat(pkgs/update.sh): Notify the user about the run update scriptsBenedikt Peetz2024-05-24
|
* fix(pkgs/update.sh): Ensure that the `nix flake update` check worksBenedikt Peetz2024-05-24
| | | | | Previously it also checked `fupdate.sh` because it did not ensure that `update.sh` is the full name.
* fix(pkgs/update.sh): Update to the new `by-name` conventionBenedikt Peetz2024-05-24
|
* fix(pkgs/by-name/{tr,ya}): Move away from `crane.lib.${system}`Benedikt Peetz2024-05-24
| | | | It's deprecated.
* style(treewide): ReformatBenedikt Peetz2024-05-24
|
* fix(pkgs): Remove unneeded copied filesBenedikt Peetz2024-05-24
|
* fix(pkgs/by-name/na/neorg): Adapt values to the `by-name` changeBenedikt Peetz2024-05-24
|
* refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible nameBenedikt Peetz2024-05-24
| | | | | Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
* feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz2024-05-24
|
* 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.
* refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz2024-05-20