dotfiles.nix/python-packages.nix

6 lines
82 B
Nix

{ pkgs }:
pkgs.python310.withPackages(p: with p; [
matplotlib
latexify-py
])