From ab3eeb249459fd2cd879623c9e22816b29abbd95 Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Sun, 7 Apr 2024 13:49:31 -0400 Subject: [PATCH] System update. --- flake.lock | 12 ++++++------ modules/home/core/neovim.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index c005e4c..67f317f 100644 --- a/flake.lock +++ b/flake.lock @@ -74,11 +74,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1712163089, - "narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=", + "lastModified": 1712439257, + "narHash": "sha256-aSpiNepFOMk9932HOax0XwNxbA38GOUVOiXfUVPOrck=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fd281bd6b7d3e32ddfa399853946f782553163b5", + "rev": "ff0dbd94265ac470dda06a657d5fe49de93b4599", "type": "github" }, "original": { @@ -136,11 +136,11 @@ }, "stable": { "locked": { - "lastModified": 1712168706, - "narHash": "sha256-XP24tOobf6GGElMd0ux90FEBalUtw6NkBSVh/RlA6ik=", + "lastModified": 1712437997, + "narHash": "sha256-g0whLLwRvgO2FsyhY8fNk+TWenS3jg5UdlWL4uqgFeo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1487bdea619e4a7a53a4590c475deabb5a9d1bfb", + "rev": "e38d7cb66ea4f7a0eb6681920615dfcc30fc2920", "type": "github" }, "original": { diff --git a/modules/home/core/neovim.nix b/modules/home/core/neovim.nix index d13ed12..1af2025 100644 --- a/modules/home/core/neovim.nix +++ b/modules/home/core/neovim.nix @@ -18,7 +18,7 @@ biome nil rust-analyzer clang-tools ripgrep universal-ctags nixpkgs-fmt ] ++ (with python3Packages; [ - python-lsp-server python-lsp-black + python-lsp-server ]); plugins = with pkgs.vimPlugins; [