fix(nvim): use legacyPackages instead of importing #205
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue