mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-04-12 00:47:26 +02:00
init
This commit is contained in:
17
nix/backend.nix
Normal file
17
nix/backend.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{pkgs, ...}:
|
||||
pkgs.buildGoModule {
|
||||
pname = "iky";
|
||||
version = "0.1.0";
|
||||
|
||||
src = ../back;
|
||||
|
||||
vendorHash = "sha256-gR7P7Wcd7wojNkUz71vb2vvbbbQJF2QNnSld7WZ6moc=";
|
||||
|
||||
env.CGO_ENABLED = "0";
|
||||
ldflags = ["-s" "-w"];
|
||||
|
||||
meta = {
|
||||
description = "Iknowyou OSINT platform: backend API server";
|
||||
mainProgram = "server";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user