Initial commit - test client
This commit is contained in:
commit
c099930cf3
8 changed files with 137 additions and 0 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
go
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue