Skip to content

fix tlib formatting#3

Closed
zenoli wants to merge 70 commits into
mainfrom
fix-tlib-formatting
Closed

fix tlib formatting#3
zenoli wants to merge 70 commits into
mainfrom
fix-tlib-formatting

Conversation

@zenoli
Copy link
Copy Markdown
Owner

@zenoli zenoli commented Apr 30, 2026

BirdeeHub and others added 30 commits March 24, 2026 17:57
…irdeeHub#383)

My bad, I missed this completely until after I merged it. It forgot to
take into account early-init.el in determining if you want to set this
value or not.
…b#384)

Documentation previously referred to the removed `config.emacsPackage` option
For the niri module, deprecation warnings have been added. You will want
to follow the directions given, and then when you are done fixing them,
set `config.v2-settings = true;` in order to remove the check for
deprecated values.
Also relevant: feat(lib.toKdl): and update niri to use it
([BirdeeHub#386](BirdeeHub#386))
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v5...v6)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v4...v5)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…alid (BirdeeHub#399)

should make it easier to map multiple things to generated files
filter for unique names ahead of time rather than just letting ln -s
fail.

Should be faster to filter than to check for file exisistence.
…anitizes (BirdeeHub#410)

make some things less complicated (and with more descriptive names in
config.drv for debugging purposes)
…ation (BirdeeHub#413)

variant specific value was being ignored in favor of the top level value
* feat(wrapperModules.himalaya): init

Wrapper module for [himalaya](https://github.com/pimalaya/himalaya?tab=readme-ov-file)
mail client CLI
…#421)

see BirdeeHub#403

changes config.scripts list into a `config.script.<name>.{ path,
content, opts, enable ? true }` option. Adds `config.configDir.<name>.{
path, content, enable ? true }`

Co-authored-by: Lin Xianyi <iynaix@gmail.com>
)

Because mpv module was using it, I wanted to make it better, and I may
as well make it usable

also some README changes
BirdeeHub and others added 29 commits April 16, 2026 14:43
…list (BirdeeHub#443)

also add a `relPath` option, so that when fetching via flake inputs and
things like that, you can specify without having to refer to the input
twice.
…b#448)

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
BirdeeHub#450)

wlib.types.file now can accept modules instead of pkgs as its argument.

Related:

BirdeeHub#447

Also fixed BirdeeHub#449
by making it fall back to `(pkgs.formats.json { }).type` if
`lib.types.json` is not present
also added wlib.repeatStr which is the old genStr. The new genStr
accepts both forms of argument

BirdeeHub#452 (comment)
)

for debugging and for including an impure config path in an easier
manner.
…refixed or not (BirdeeHub#471)

BirdeeHub#469

^ allows you to `config.hosts.node.nvim-host.prefixNode = true;`
We did not handle of passing singleton assertions like this:

```nix
test "my-test" {
  "test description" = { cond = "some condition"; msg = "some message"; };
```
…ules in it (BirdeeHub#470)

outputs.wrapperModules now has the importable form of the wrapper
module, just like the flake-parts module produces.

Some other deprecations that were added at either the same time or
significantly before have also been finally removed
Allows wrapper modules to specify their own installation instructions in
other module systems
@zenoli zenoli closed this Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.