Init go api

This commit is contained in:
2023-09-15 23:06:38 +02:00
commit b455eabb79
4 changed files with 22 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
go
];
}