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