Created
May 15, 2025 04:34
-
-
Save paulosergiolima/407fa5f0248efb787ef285c1bd837881 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: | |
… while calling the 'seq' builtin | |
at /nix/store/x9wnkly3k1gkq580m90jjn32q9f05q2v-source/lib/modules.nix:359:18: | |
358| options = checked options; | |
359| config = checked (removeAttrs config [ "_module" ]); | |
| ^ | |
360| _module = checked (config._module); | |
… while calling the 'throw' builtin | |
at /nix/store/x9wnkly3k1gkq580m90jjn32q9f05q2v-source/lib/modules.nix:331:13: | |
330| else | |
331| throw baseMsg | |
| ^ | |
332| else | |
error: The option `vim' does not exist. Definition values: | |
- In `/nix/store/4gszk2ivvz3k2ikggijnq41869l0al85-source/nvf.nix': | |
{ | |
autocomplete = { | |
nvim-cmp = { | |
enable = true; | |
}; | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment