Skip to content

Commit

Permalink
[chore] flake.lock: update inputs
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6e6b3dd395c3b1eb9be9f2d096383a8d05add030' (2024-10-04)
  → 'github:NixOS/nixpkgs/1bfbbbe5bbf888d675397c66bfdb275d0b99361c' (2024-10-07)
• Updated input 'nixvim':
    'github:nix-community/nixvim/6594472fd275f6dcf5a9fba4a83d2f7fa2cf2b8a' (2024-10-05)
  → 'github:nix-community/nixvim/eda14029813906b1ef355823de237d86fea59908' (2024-10-08)
• Updated input 'unstable':
    'github:NixOS/nixpkgs/bc947f541ae55e999ffdb4013441347d83b00feb' (2024-10-04)
  → 'github:NixOS/nixpkgs/c31898adf5a8ed202ce5bea9f347b1c6871f32d1' (2024-10-06)
  • Loading branch information
jalil-salame committed Oct 9, 2024
1 parent f3c0424 commit 63f6aa7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nvim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ in
jsonls.enable = true;
marksman.enable = true;
nixd.enable = true;
nil-ls = {
nil_ls = {
enable = true;
settings.nix.flake = {
autoArchive = true;
Expand All @@ -196,8 +196,8 @@ in
ruff.enable = true;
taplo.enable = true;
# texlab.enable = true; # Not writing TeX rn
typos-lsp.enable = true;
typst-lsp.enable = true;
typos_lsp.enable = true;
# typst_lsp.enable = true; # Not using it either
};
};
lspkind = {
Expand Down

0 comments on commit 63f6aa7

Please sign in to comment.