init
This commit is contained in:
commit
c5cc245e25
29 changed files with 926 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
go
|
||||
just
|
||||
docker-compose
|
||||
sqlite
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue