add nix environment

master
Trolli Schmittlauch 2022-03-19 03:04:34 +01:00
parent 412b572afb
commit c18dde9cc4
1 changed files with 3 additions and 0 deletions

3
default.nix Normal file
View File

@ -0,0 +1,3 @@
with import <nixpkgs> {};
(python3.withPackages (ps: [ps.numpy ps.matplotlib ps.mypy ps.tkinter ps.arpeggio])).env