add nix environment
This commit is contained in:
parent
412b572afb
commit
c18dde9cc4
3
default.nix
Normal file
3
default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
(python3.withPackages (ps: [ps.numpy ps.matplotlib ps.mypy ps.tkinter ps.arpeggio])).env
|
Loading…
Reference in a new issue