Loading pkgs/development/tools/gauge/plugins/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ lib.makeScope pkgs.newScope (final: let inherit (final) callPackage; in { makeGaugePlugin = callPackage ./make-gauge-plugin.nix { }; dotnet = callPackage ./dotnet { }; html-report = callPackage ./html-report { }; java = callPackage ./java { }; }) pkgs/development/tools/gauge/plugins/dotnet/data.json 0 → 100644 +5 −0 Original line number Diff line number Diff line { "version": "0.5.7", "url": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.7/gauge-dotnet-0.5.7.zip", "hash": "sha256-VKs25WzS0UZAeCg91f/f6ZOGH28PulUvyDSc/dbJeoE=" } pkgs/development/tools/gauge/plugins/dotnet/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib , makeGaugePlugin , gauge-unwrapped }: makeGaugePlugin { pname = "dotnet"; data = lib.importJSON ./data.json; repo = "getgauge/gauge-dotnet"; releasePrefix = "gauge-dotnet-"; isCrossArch = true; meta = { description = "Gauge plugin that lets you write tests in C#"; homepage = "https://github.com/getgauge/gauge-dotnet/"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ marie ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; inherit (gauge-unwrapped.meta) platforms; }; } Loading
pkgs/development/tools/gauge/plugins/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ lib.makeScope pkgs.newScope (final: let inherit (final) callPackage; in { makeGaugePlugin = callPackage ./make-gauge-plugin.nix { }; dotnet = callPackage ./dotnet { }; html-report = callPackage ./html-report { }; java = callPackage ./java { }; })
pkgs/development/tools/gauge/plugins/dotnet/data.json 0 → 100644 +5 −0 Original line number Diff line number Diff line { "version": "0.5.7", "url": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.7/gauge-dotnet-0.5.7.zip", "hash": "sha256-VKs25WzS0UZAeCg91f/f6ZOGH28PulUvyDSc/dbJeoE=" }
pkgs/development/tools/gauge/plugins/dotnet/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib , makeGaugePlugin , gauge-unwrapped }: makeGaugePlugin { pname = "dotnet"; data = lib.importJSON ./data.json; repo = "getgauge/gauge-dotnet"; releasePrefix = "gauge-dotnet-"; isCrossArch = true; meta = { description = "Gauge plugin that lets you write tests in C#"; homepage = "https://github.com/getgauge/gauge-dotnet/"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ marie ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; inherit (gauge-unwrapped.meta) platforms; }; }