initial commit

This commit is contained in:
2026-01-11 17:22:47 +01:00
commit 0930564485
4 changed files with 92 additions and 0 deletions

12
build.nix Normal file
View File

@@ -0,0 +1,12 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.buildGoModule {
name = "leveldb-cli";
version = "1.0.0";
src = ./.;
vendorHash = "sha256-b25hlPQft9iKyIw6E9jtORBgoLPnNa4+Z5QoeFoayfc=";
}