Loading pkgs/applications/networking/cloudflared/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , buildGoModule , fetchFromGitHub , callPackage , gitUpdater }: buildGoModule rec { Loading Loading @@ -70,7 +71,10 @@ buildGoModule rec { doCheck = !stdenv.isDarwin; passthru.tests.simple = callPackage ./tests.nix { inherit version; }; passthru = { tests.simple = callPackage ./tests.nix { inherit version; }; updateScript = gitUpdater { }; }; meta = with lib; { description = "Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client"; Loading Loading
pkgs/applications/networking/cloudflared/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , buildGoModule , fetchFromGitHub , callPackage , gitUpdater }: buildGoModule rec { Loading Loading @@ -70,7 +71,10 @@ buildGoModule rec { doCheck = !stdenv.isDarwin; passthru.tests.simple = callPackage ./tests.nix { inherit version; }; passthru = { tests.simple = callPackage ./tests.nix { inherit version; }; updateScript = gitUpdater { }; }; meta = with lib; { description = "Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client"; Loading