Loading pkgs/tools/misc/docui/default.nix +2 −2 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib, stdenv, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "docui"; Loading @@ -17,7 +17,7 @@ buildGoModule rec { description = "TUI Client for Docker"; homepage = "https://github.com/skanehira/docui"; license = licenses.mit; platforms = platforms.linux ++ platforms.darwin; maintainers = with maintainers; [ aethelz ]; broken = stdenv.isDarwin; }; } Loading
pkgs/tools/misc/docui/default.nix +2 −2 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib, stdenv, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "docui"; Loading @@ -17,7 +17,7 @@ buildGoModule rec { description = "TUI Client for Docker"; homepage = "https://github.com/skanehira/docui"; license = licenses.mit; platforms = platforms.linux ++ platforms.darwin; maintainers = with maintainers; [ aethelz ]; broken = stdenv.isDarwin; }; }