nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

[BUG] `disallowedRequisites` is used on a derivation that doesn't support it

Open MattSturgeon opened this issue 1 year ago • 2 comments

This is printed while evaluating the tests:

warning: In a derivation named 'neovim-unwrapped-0.10.1',
'structuredAttrs' disables the effect of the derivation attribute 'disallowedRequisites';
use 'outputChecks.<output>.disallowedRequisites' instead

It's probably an upstream issue, but creating a ticket here first.

rg 'disallowedRequisites' didn't find any matches in our repo and the error message seems to relate to the neovim-unwrapped package in nixpkgs.

First discussed https://github.com/nix-community/nixvim/pull/2035#issuecomment-2295036601

MattSturgeon avatar Aug 18 '24 01:08 MattSturgeon