Commit graph

3 commits

Author SHA1 Message Date
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
859b03dfde
flake: autodiscover plugin inputs 2024-04-08 03:28:49 +03:00
NotAShelf
fbd08add99
clean up lib 2023-03-31 17:42:15 +03:00
Renamed from lib/types-dag.nix (Browse further)