🚀 initial commit

This commit is contained in:
2021-03-07 17:49:50 -05:00
commit 807a7cfea5
4 changed files with 207 additions and 0 deletions

6
shell.nix Normal file
View File

@ -0,0 +1,6 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
name = "athens";
buildInputs = [ ];
}