resolve conflict

This commit is contained in:
Julian Sutter 2023-03-27 09:34:35 -07:00
commit 97c99cf139

View file

@ -1,8 +1,9 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
python3
(python3.withPackages(ps: with ps; [ pandas requests]))
nodejs
];
}