mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-10-03 07:23:35 +00:00
feat: nix tooling
This commit is contained in:
parent
716b27da8f
commit
5203a18d2d
5 changed files with 79 additions and 1 deletions
11
default.nix
11
default.nix
|
@ -0,0 +1,11 @@
|
|||
{buildGoModule}:
|
||||
buildGoModule {
|
||||
pname = "sample-go";
|
||||
version = "0.0.1";
|
||||
|
||||
src = ./.;
|
||||
|
||||
vendorHash = null;
|
||||
|
||||
ldflags = ["-s" "-w"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue