Init the api

This commit is contained in:
2024-05-03 22:40:28 +02:00
parent a892bf04e7
commit 7f6fe3e350
4 changed files with 70 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
go
wgo
];
}