Fix brackets
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
godot_4
|
godot_4
|
||||||
cbqn-replxx
|
cbqn-replxx
|
||||||
|
|
||||||
(pkgs.python3.withPackages (p: with p; [
|
(pkgs.python3.withPackages (p: (with p; [
|
||||||
scipy
|
scipy
|
||||||
numpy
|
numpy
|
||||||
pandas
|
pandas
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
ipython
|
ipython
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
])
|
])))
|
||||||
|
|
||||||
cudaPackages.cudatoolkit
|
cudaPackages.cudatoolkit
|
||||||
cudaPackages.cudnn
|
cudaPackages.cudnn
|
||||||
|
|||||||
Reference in New Issue
Block a user