PYTHON Shell

This commit is contained in:
atse 2024-10-28 18:05:59 +08:00
parent 23cd1a5d25
commit 34cdbf0c7f

View File

@ -83,6 +83,9 @@
numpy
matplotlib
]);
shellHook = ''
export PYTHONPATH=`pwd`/pytec:$PYTHONPATH
'';
};
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;