mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 11:56:34 +05:30
feat: setup flake
This commit is contained in:
17
default.nix
Normal file
17
default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
}:
|
||||
buildGoModule {
|
||||
pname = "trok";
|
||||
version = "0.1.0";
|
||||
|
||||
src = ./.;
|
||||
vendorHash = "sha256-P7UBLLMMOwCeiM7aAY6A8cyXqxwn7mDTNS2kJTALHPU=";
|
||||
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [tuxdotrs];
|
||||
mainProgram = "trok";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user