Loading pkgs/by-name/my/mycorrhiza/package.nix +1 −2 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub, buildGoModule, Loading Loading @@ -34,7 +33,7 @@ buildGoModule rec { homepage = "https://github.com/bouncepaw/mycorrhiza"; license = licenses.agpl3Only; maintainers = with maintainers; [ chekoopa ]; platforms = platforms.linux; platforms = with platforms; linux ++ darwin; mainProgram = "mycorrhiza"; }; } Loading
pkgs/by-name/my/mycorrhiza/package.nix +1 −2 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub, buildGoModule, Loading Loading @@ -34,7 +33,7 @@ buildGoModule rec { homepage = "https://github.com/bouncepaw/mycorrhiza"; license = licenses.agpl3Only; maintainers = with maintainers; [ chekoopa ]; platforms = platforms.linux; platforms = with platforms; linux ++ darwin; mainProgram = "mycorrhiza"; }; }