mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
3 lines
79 B
Nix
3 lines
79 B
Nix
{ pkgs }:
|
|
|
|
pkgs.python310.withPackages (p: with p; [ matplotlib latexify-py ])
|