From 01cde0784b93ce81c403a821c0ed8e8394191d47 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 25 Dec 2025 13:47:39 +0100 Subject: [PATCH] Comment out neovim flake which I no longer need, use main nixpkgs release instead --- flake.nix | 6 +++--- nix/home/default.nix | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 85194be..bad65c9 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; - neovim.url = "github:LarssonMartin1998/neovim-flake"; + # neovim.url = "github:LarssonMartin1998/neovim-flake"; nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; homebrew-core = { @@ -49,7 +49,7 @@ home-manager, nix-darwin, nixos-wsl, - neovim, + # neovim, colorsync, nix-homebrew, homebrew-core, @@ -120,7 +120,7 @@ ++ extraModules; extraSpecialArgs = { - neovim-flake = neovim; + # neovim-flake = neovim; nur = nur.legacyPackages.${system}; colorsync = colorsync.packages.${system}.default; isLinux = isLinux; diff --git a/nix/home/default.nix b/nix/home/default.nix index 2cf31f4..79b4978 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -2,7 +2,7 @@ pkgs, config, lib, - neovim-flake, + # neovim-flake, colorsync, ... }: @@ -74,7 +74,8 @@ in home = { stateVersion = "24.05"; packages = with pkgs; [ - neovim-flake.packages.${system}.neovim + # neovim-flake.packages.${system}.neovim + neovim fzf bat git