nvf/lib
alfarel 88d1e1c902
lib/types: use payload instead of wrapper in dagOf
This is the more modern approach: https://github.com/NixOS/nixpkgs/pull/375084
The above PR does this for similar cases in nixpkgs.

This fixes a warning that shows up when using the lib in weird ways:

```
trace: evaluation warning: The deprecated `functor.wrapped` attribute is accessed, use `nestedTypes.elemType` instead.
```

The warning is thrown by the module system when merging types
(at least in some cases).
It shouldn't be exposed at all in the current codebase.
2025-09-27 01:11:48 +00:00
..
types lib/types: use payload instead of wrapper in dagOf 2025-09-27 01:11:48 +00:00
attrsets.nix treewide: rewrite autocompletion module and related stuff (#404) 2024-10-09 17:50:34 +00:00
binds.nix fixup! lib/binds: remove unused helpers 2024-11-30 15:46:11 +01:00
config.nix fixup! refactor: extract function to lib 2024-04-20 15:15:56 +02:00
dag.nix lib: filter empty/null DAGs 2025-02-03 15:01:47 +03:00
default.nix refactor: nuke legacyPackages and overlays 2025-05-04 23:20:32 -04:00
languages.nix lib/languages: fix lsp.servers.*.cmd concatenating 2025-07-23 23:36:22 +02:00
lists.nix lib/lists: init; add listContainsValue 2024-04-23 16:17:09 +03:00
lua.nix treewide: remove unused inherits 2025-07-06 03:30:44 +02:00
stdlib-extended.nix treewide: remove unused function arguments 2025-07-06 03:31:18 +02:00