diff --git a/nvim/standalone.nix b/nvim/standalone.nix index 7f44038..1823528 100644 --- a/nvim/standalone.nix +++ b/nvim/standalone.nix @@ -16,7 +16,7 @@ ]; config = { - nixpkgs = lib.optionalAttrs standalone { pkgs = import unstable { inherit system; }; }; + nixpkgs = lib.optionalAttrs standalone { pkgs = unstable.legacyPackages.${system}; }; globals.mapleader = " "; # Appearance colorschemes.gruvbox = {