Add copier and deps

This commit is contained in:
Greg Hellings
2022-10-15 00:30:53 -05:00
parent b9ee9dfbad
commit 8ddad3e1eb
10 changed files with 215 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
let
myPackages = pypackages: with pypackages; [
pkgs.xonsh-direnv
pkgs.my-py-addons.xonsh-direnv
virtualenv
];