You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: builder for '/nix/store/vldfhmgr8a4l90z17hdw1lqys2dpysmx-vimplugin-luajit2.1-fzf-lua-0.0.1948-1-unstable-0.0.1948-1.drv' failed with exit code 2
My workaround is to resort to not using neovim-nightly-overlay until the build is fine again (I'm using the makeNixvimWithModule way):
# Override neovim-unwrapped with one from a flake input
# Using `stdenv.hostPlatform` to access `system`
nixpkgs.overlays = [
(
final: prev: {
#neovim-unwrapped =
# inputs.neovim-nightly-overlay.packages.${final.stdenv.hostPlatform.system}.default;
}
)
];
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The build on Hydra seems fine (via repology)
My workaround is to resort to not using neovim-nightly-overlay until the build is fine again (I'm using the makeNixvimWithModule way):
Beta Was this translation helpful? Give feedback.
All reactions