Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore(treewide): Add a shebang to each `.envrc` | Benedikt Peetz | 2024-07-13 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-07-13 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-07-05 |
| | |||
* | fix(pkgs/brightness): Remove unneeded variable assignment | Benedikt Peetz | 2024-06-19 |
| | |||
* | style(pkgs/brightness): Format | Benedikt Peetz | 2024-06-17 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-06-17 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-06-15 |
| | |||
* | fix(pkgs/brightness): Greatly improve the UX | Benedikt Peetz | 2024-06-01 |
| | |||
* | fix(pkgs/brightness): Actually change something | Benedikt Peetz | 2024-06-01 |
| | |||
* | fix(pkgs/brightness): Act on the correct backlight path | Benedikt Peetz | 2024-06-01 |
| | |||
* | fix(pkgs/git-cleanup): Don't quote the branches | Benedikt Peetz | 2024-06-01 |
| | | | | `git` cannot handle the branch names as single argument. | ||
* | fix(pkgs/git-cm): Ensure that the command is correctly named | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(pkgs/git-cleanup): Add `ssh` as a dependency | Benedikt Peetz | 2024-05-25 |
| | | | | Git requires `ssh` to perform the operations on the remote over ssh. | ||
* | fix(pkgs/yambar-{cpu,memory}): Specify correct mainProgram | Benedikt Peetz | 2024-05-25 |
| | |||
* | chore(version): v1.38.0 | Benedikt Peetz | 2024-05-25 |
| | |||
* | feat(pkgs): Add a `git-cleanup` script | Benedikt Peetz | 2024-05-25 |
| | |||
* | refactor(git/scripts): Upgrade `git-cm` to a 'real' package | Benedikt Peetz | 2024-05-25 |
| | |||
* | style(treewide): Format | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(treewide): Use `nixVersions.latest` instead of just `nix` | Benedikt Peetz | 2024-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 devshell | Benedikt Peetz | 2024-05-25 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(pkgs/update.sh): Update to the new `by-name` convention | Benedikt Peetz | 2024-05-24 |
| | |||
* | fix(pkgs/by-name/{tr,ya}): Move away from `crane.lib.${system}` | Benedikt Peetz | 2024-05-24 |
| | | | | It's deprecated. | ||
* | style(treewide): Reformat | Benedikt Peetz | 2024-05-24 |
| | |||
* | fix(pkgs/by-name/na/neorg): Adapt values to the `by-name` change | Benedikt Peetz | 2024-05-24 |
| | |||
* | refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible name | Benedikt Peetz | 2024-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 tree | Benedikt Peetz | 2024-05-24 |
| | |||
* | refactor(pkgs): Categorize into `by-name` shards | Benedikt Peetz | 2024-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. |