From d489269636b81e43babf824ada21030c61079f71 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 5 Apr 2026 23:46:21 +0200 Subject: [PATCH] remove neovim flake, no need for it anymore --- flake.nix | 3 --- nix/home/default.nix | 2 -- 2 files changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 2a45359..2abc9cb 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,6 @@ }; nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; - # neovim.url = "github:LarssonMartin1998/neovim-flake"; nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; lanzaboote = { @@ -55,7 +54,6 @@ nix-darwin, nixos-wsl, lanzaboote, - # neovim, colorsync, nix-homebrew, homebrew-core, @@ -126,7 +124,6 @@ ++ extraModules; extraSpecialArgs = { - # 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 cd18a13..18886e4 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -2,7 +2,6 @@ pkgs, config, lib, - # neovim-flake, colorsync, ... }: @@ -78,7 +77,6 @@ in home = { stateVersion = "24.05"; packages = with pkgs; [ - # neovim-flake.packages.${system}.neovim neovim fzf bat