t14_legacy_config/shenvs/mad.nix

9 lines
131 B
Nix
Raw Normal View History

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