t14_legacy_config/shenvs/mad.nix

9 lines
130 B
Nix
Raw Normal View History

2022-04-28 04:38:00 +02:00
pkgs: {
paths = with pkgs; [
2022-05-04 02:35:10 +02:00
pipenv
2022-04-28 04:38:00 +02:00
(python39.withPackages ( packages: with packages; [
psycopg2
2022-05-04 02:35:10 +02:00
]))
2022-04-28 04:38:00 +02:00
];
}