fix tlib formatting#3
Closed
zenoli wants to merge 70 commits into
Closed
Conversation
emacs wrapper module!
…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
add tofi wrapper module
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>
…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)
…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
mkInstallModule -> getInstallModule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.keyfurther (docs(modules.constructFiles): explain.keyfurther BirdeeHub/nix-wrapper-modules#382)