mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| custom.nix | ||
| dag.nix | ||
| default.nix | ||
| languages.nix | ||
| plugins.nix | ||