From 23606fecb6b6b77792bec8c6a7390e9e275f4b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 6 Jun 2026 10:32:35 +0200 Subject: [PATCH] removed pkgs-local from desktop and neovim --- modules/applications/neovim.nix | 2 +- modules/hosts/desktop.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/applications/neovim.nix b/modules/applications/neovim.nix index aa01a4a..c405449 100644 --- a/modules/applications/neovim.nix +++ b/modules/applications/neovim.nix @@ -1,5 +1,5 @@ _: { - flake.homeModules.neovim = {pkgs-unstable, pkgs-local,...}: { + flake.homeModules.neovim = {pkgs-unstable, ...}: { programs.neovim = { withRuby = false; withPython3 = false; diff --git a/modules/hosts/desktop.nix b/modules/hosts/desktop.nix index 2a9ad5e..a325b27 100644 --- a/modules/hosts/desktop.nix +++ b/modules/hosts/desktop.nix @@ -7,7 +7,7 @@ flake.nixosConfigurations.desktop = inputs.nixpkgs.lib.nixosSystem { #system = "x86_64-linux"; specialArgs = { - inherit (self) pkgs-unstable pkgs-local; + inherit (self) pkgs-unstable; }; modules = with self.nixosModules; [ # important do not remove