Vim + python3 with a vim python plug enabled

I’m just on nix not full nix/OS right now, is there anyway to get vim python plugins working just a simple nix-shell

nix-shell -p 'python38.withPackages (packages: [ packages.twitch-python ])' vim 

or so i have to do something more funky?