nix: initial tooling

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iabcad180d133f01d3c98e3d5fc9630b26a6a6964
This commit is contained in:
raf 2026-03-01 00:29:55 +03:00
commit 3fca34dd6f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 76 additions and 0 deletions

11
nix/package.nix Normal file
View file

@ -0,0 +1,11 @@
{buildGoModule}:
buildGoModule {
pname = "sample-go";
version = "0.0.1";
src = ../.;
vendorHash = "";
ldflags = ["-s" "-w"];
}