mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-17 22:41:13 +01:00
treewide: Disable fixup phase for builds
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
4f80458d35
commit
a04b93fa7b
2 changed files with 11 additions and 2 deletions
|
|
@ -19,7 +19,10 @@ let
|
|||
];
|
||||
};
|
||||
|
||||
nvim = wrapNeovimUnstable neovim-unwrapped nvimConfig;
|
||||
nvim = (wrapNeovimUnstable neovim-unwrapped nvimConfig).overrideAttrs {
|
||||
dontFixup = true;
|
||||
};
|
||||
|
||||
in
|
||||
runCommand "lspconfig-servers"
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue