1
0
Fork 0

Drop a bit of python2

This commit is contained in:
Malte Brandy 2020-03-14 13:43:13 +01:00
parent d1b6b77a32
commit 88c0552048
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 3 deletions

View file

@ -51,6 +51,7 @@ in rec {
neovim = unstable.neovim.override { neovim = unstable.neovim.override {
vimAlias = true; vimAlias = true;
withPython3 = true; withPython3 = true;
withPython = false;
}; };
home-neovim = (import ./nvim) neovim; home-neovim = (import ./nvim) neovim;
@ -69,7 +70,7 @@ in rec {
inherit niv; inherit niv;
inherit (pkgs.gitAndTools) git-annex; inherit (pkgs.gitAndTools) git-annex;
inherit (pkgs.rxvt_unicode) terminfo; inherit (pkgs.rxvt_unicode) terminfo;
inherit (pkgs.pythonPackages) qrcode; inherit (pkgs.python3Packages) qrcode;
inherit (pkgs) inherit (pkgs)
git-crypt htop tree pwgen borgbackup inotifyTools direnv socat nmap ncdu git-crypt htop tree pwgen borgbackup inotifyTools direnv socat nmap ncdu
tcpdump tmux tig exa fzf ag fd bat ripgrep ranger pass sshuttle vnstat; tcpdump tmux tig exa fzf ag fd bat ripgrep ranger pass sshuttle vnstat;

View file

@ -4,8 +4,6 @@ n.override (let
inherit (import ../../lib) sources colors; inherit (import ../../lib) sources colors;
tabnine = sources.tabnine-vim; tabnine = sources.tabnine-vim;
in { in {
vimAlias = true;
withPython3 = true;
configure = { configure = {
customRC = '' customRC = ''
set rtp+=${tabnine} set rtp+=${tabnine}