mirror of
https://github.com/tuxdotrs/trok.git
synced 2026-09-19 15:09:03 +05:30
refactor(nix): migrate flake to flake-parts
This commit is contained in:
14
nix/package.nix
Normal file
14
nix/package.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ lib, buildGoModule }:
|
||||
buildGoModule {
|
||||
pname = "trok";
|
||||
version = "0.2.0";
|
||||
|
||||
src = ../.;
|
||||
vendorHash = "sha256-KwcLxkW3pbzujjc6JOZRwATlAA/qndf4FWpkJANv2z8=";
|
||||
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tuxdotrs ];
|
||||
mainProgram = "trok";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user