Skip to content

[BUG] Getting Odd Error for custom Plugins. #2789

@niksingh710

Description

@niksingh710

Just updated my flake.

and started getting this kind of error for the custom plugins i have installed.
At first i thought could be related to something else but ig it is because of something changed under the hood of nixvim.

error: builder for '/nix/store/0lkh9d44vb2m01mf2d82ck84ayb04i08-vimplugin-minty.drv' failed with exit code 1;
       last 25 log lines:
       >        [string ":lua"]:1: in main chunk
       > Entering Ex mode.  Type "visual" to go to Normal mode.
       > :Failed to require module: minty.utils
       > Attempting to require module: minty
       > Entering Ex mode.  Type "visual" to go to Normal mode.
       > :Successfully required module: minty
       >
       > ======================================================
       > Require check succeeded for the following modules:
       >   - minty.shades.api
       >   - minty.shades.state
       >   - minty
       > All lua modules were checked.
       >
       > Require check failed for the following modules:
       >   - minty.huefy.api
       >   - minty.huefy.init
       >   - minty.huefy.layout
       >   - minty.huefy.state
       >   - minty.huefy.ui
       >   - minty.shades.init
       >   - minty.shades.layout
       >   - minty.shades.ui
       >   - minty.utils
       > ======================================================
       For full logs, run 'nix log /nix/store/0lkh9d44vb2m01mf2d82ck84ayb04i08-vimplugin-minty.drv'.
error: 1 dependencies of derivation '/nix/store/m7d736d3m2gzwwkz6knwpqpcmdcxh62p-neovim-0.10.3.drv' failed to build
error: 1 dependencies of derivation '/nix/store/y2ngjcjzvdrb2i9jfz2r4k16j19kfdyb-nixvim.drv' failed to build
error: builder for '/nix/store/r5yv0ydlv2119crf6zf58wbl1gagrcq8-vimplugin-windows-a.drv' failed with exit code 1;
       last 25 log lines:
       >    no file '/nix/store/j3ccnqidscaksvqhqvzql80i09vwnzv8-luajit-2.1.1713773202/share/luajit-2.1/middleclass.lua'
       >   no file '/usr/local/share/lua/5.1/middleclass.lua'
       >     no file '/usr/local/share/lua/5.1/middleclass/init.lua'
       >        no file '/nix/store/j3ccnqidscaksvqhqvzql80i09vwnzv8-luajit-2.1.1713773202/share/lua/5.1/middleclass.lua'
       >      no file '/nix/store/j3ccnqidscaksvqhqvzql80i09vwnzv8-luajit-2.1.1713773202/share/lua/5.1/middleclass/init.lua'
       >         no file './middleclass.so'
       >     no file '/usr/local/lib/lua/5.1/middleclass.so'
       >        no file '/nix/store/j3ccnqidscaksvqhqvzql80i09vwnzv8-luajit-2.1.1713773202/lib/lua/5.1/middleclass.so'
       >         no file '/usr/local/lib/lua/5.1/loadall.so'
       > stack traceback:
       >  [C]: in function 'require'
       >     ...maaq6mnl6g0fk-vimplugin-windows-a/lua/animation/init.lua:1: in main chunk
       >   [C]: in function 'require'
       >     [string ":lua"]:1: in main chunk
       > Entering Ex mode.  Type "visual" to go to Normal mode.
       > :Failed to require module: animation
       >
       > ======================================================
       > Require check succeeded for the following modules:
       >   - animation.easing
       > All lua modules were checked.
       >
       > Require check failed for the following modules:
       >   - animation
       > ======================================================
       For full logs, run 'nix log /nix/store/r5yv0ydlv2119crf6zf58wbl1gagrcq8-vimplugin-windows-a.drv'.
error: 1 dependencies of derivation '/nix/store/693cf24a5fhjzyik7pp43dznghp5m8x0-neovim-0.10.3.drv' failed to build
error: 1 dependencies of derivation '/nix/store/jl2ikwz2yxv2dp3qwyjjic6y2narhamf-nixvim.drv' failed to build

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions