test
This commit is contained in:
@@ -12,7 +12,7 @@ with pkgs; let
|
||||
#!/usr/bin/env bash
|
||||
exec ${p}/bin/${a} $@
|
||||
'';
|
||||
pythonPackages = pkgs.python311.withPackages (p:
|
||||
pythonPackages = pkgs.python312.withPackages (p:
|
||||
with p; [
|
||||
python-lsp-server
|
||||
pyls-flake8
|
||||
@@ -33,8 +33,7 @@ with pkgs; let
|
||||
]);
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
gitAndTools.gitFull
|
||||
neovim
|
||||
# git is managed by programs.git in git.nix
|
||||
vim
|
||||
ripgrep
|
||||
openvpn
|
||||
|
||||
Reference in New Issue
Block a user