⚙️ add morph ops to deploy

This commit is contained in:
2021-04-26 20:28:47 -04:00
parent 3033e1544d
commit c24864f12b
5 changed files with 109 additions and 4 deletions

View File

@ -2,5 +2,5 @@
pkgs.mkShell {
name = "athens";
buildInputs = [ ];
buildInputs = [ pkgs.morph ];
}