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