move nix environment to fit lorri tooling
This commit is contained in:
parent
c18dde9cc4
commit
f46b2cdd9f
2 changed files with 3 additions and 3 deletions
|
@ -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
3
shell.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
(python3.withPackages (ps: [ps.numpy (ps.matplotlib.override {enableQt=true;}) ps.mypy ps.arpeggio])).env
|
Loading…
Add table
Add a link
Reference in a new issue