nvf/lib/types
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
..
custom.nix languages: coerce server type to list for compat 2025-07-23 23:36:22 +02:00
dag.nix lib/types: use payload instead of wrapper in dagOf 2025-09-27 01:11:48 +00:00
default.nix languages: coerce server type to list for compat 2025-07-23 23:36:22 +02:00
languages.nix treewide: remove with lib; from docs and sources 2024-11-25 18:11:53 +03:00
plugins.nix refactor: nuke legacyPackages and overlays 2025-05-04 23:20:32 -04:00