Loading pkgs/by-name/vc/vcluster/package.nix +18 −3 Original line number Diff line number Diff line { buildGoModule, fetchFromGitHub, go, installShellFiles, lib, nix-update-script, testers, vcluster }: { buildGoModule, fetchFromGitHub, go, installShellFiles, lib, nix-update-script, testers, vcluster, }: buildGoModule rec { pname = "vcluster"; Loading @@ -16,7 +25,8 @@ buildGoModule rec { subPackages = [ "cmd/vclusterctl" ]; ldflags = [ "-s" "-w" "-s" "-w" "-X main.version=${version}" "-X main.goVersion=${lib.getVersion go}" ]; Loading Loading @@ -54,6 +64,11 @@ buildGoModule rec { homepage = "https://www.vcluster.com/"; license = lib.licenses.asl20; mainProgram = "vcluster"; maintainers = with lib.maintainers; [ berryp peterromfeldhk qjoly superherointj ]; maintainers = with lib.maintainers; [ berryp peterromfeldhk qjoly superherointj ]; }; } Loading
pkgs/by-name/vc/vcluster/package.nix +18 −3 Original line number Diff line number Diff line { buildGoModule, fetchFromGitHub, go, installShellFiles, lib, nix-update-script, testers, vcluster }: { buildGoModule, fetchFromGitHub, go, installShellFiles, lib, nix-update-script, testers, vcluster, }: buildGoModule rec { pname = "vcluster"; Loading @@ -16,7 +25,8 @@ buildGoModule rec { subPackages = [ "cmd/vclusterctl" ]; ldflags = [ "-s" "-w" "-s" "-w" "-X main.version=${version}" "-X main.goVersion=${lib.getVersion go}" ]; Loading Loading @@ -54,6 +64,11 @@ buildGoModule rec { homepage = "https://www.vcluster.com/"; license = lib.licenses.asl20; mainProgram = "vcluster"; maintainers = with lib.maintainers; [ berryp peterromfeldhk qjoly superherointj ]; maintainers = with lib.maintainers; [ berryp peterromfeldhk qjoly superherointj ]; }; }