chore: switch to nixos-unstable-small

This commit is contained in:
matt1432 2024-05-25 20:28:35 -04:00
parent ac16dde84e
commit 1e448f8ae2
6 changed files with 28 additions and 56 deletions
common/home/neovim/langs

View file

@ -1,7 +1,7 @@
{
basedpyrightPkgs,
config,
lib,
pkgs,
...
}: let
inherit (config.vars) neovimIde;
@ -12,7 +12,7 @@ in
withPython3 = true;
extraPackages = [
basedpyrightPkgs.basedpyright
pkgs.basedpyright
];
extraLuaConfig =