add nix environment

This commit is contained in:
Trolli Schmittlauch 2022-03-19 03:04:34 +01:00
parent 412b572afb
commit c18dde9cc4

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