Add nix-command flag for blink
This commit is contained in:
parent
215bd075b2
commit
58ce1d3295
|
@ -6,7 +6,7 @@ return {
|
|||
'neovim/nvim-lspconfig',
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
},
|
||||
build = 'nix run .#build-plugin',
|
||||
build = 'nix run --extra-experimental-features flakes --extra-experimental-features nix-command .#build-plugin',
|
||||
keys = {
|
||||
{"<leader>n", vim.diagnostic.goto_next},
|
||||
{"<leader>p", vim.diagnostic.goto_prev},
|
||||
|
|
Loading…
Reference in New Issue