move nix environment to fit lorri tooling

This commit is contained in:
Trolli Schmittlauch 2022-03-19 03:04:50 +01:00
parent c18dde9cc4
commit f46b2cdd9f
2 changed files with 3 additions and 3 deletions

View file

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

3
shell.nix Normal file
View file

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