mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-27 09:11:02 +01:00
12 lines
211 B
Nix
12 lines
211 B
Nix
{
|
|
jira-src,
|
|
buildGoModule,
|
|
}:
|
|
buildGoModule {
|
|
inherit (jira-src) pname src version;
|
|
|
|
vendorSha256 = "sha256-SpUggA9u8OGV2zF3EQ0CB8M6jpiVQi957UGaN+foEuk=";
|
|
|
|
doInstallCheck = false;
|
|
doCheck = false;
|
|
}
|