resolve conflict
This commit is contained in:
commit
97c99cf139
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
(python3.withPackages(ps: with ps; [ pandas requests]))
|
||||
nodejs
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue