Loading pkgs/by-name/vi/vintagestory/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,16 @@ stdenv.mkDerivation rec { comment = "Innovate and explore in a sandbox world"; categories = [ "Game" ]; }) (makeDesktopItem { name = "vsmodinstall-handler"; desktopName = "Vintage Story 1-click Mod Install Handler"; comment = "Handler for vintagestorymodinstall:// URI scheme"; exec = "vintagestory -i %u"; mimeTypes = [ "x-scheme-handler/vintagestorymodinstall" ]; noDisplay = true; terminal = false; }) ]; installPhase = '' Loading Loading
pkgs/by-name/vi/vintagestory/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,16 @@ stdenv.mkDerivation rec { comment = "Innovate and explore in a sandbox world"; categories = [ "Game" ]; }) (makeDesktopItem { name = "vsmodinstall-handler"; desktopName = "Vintage Story 1-click Mod Install Handler"; comment = "Handler for vintagestorymodinstall:// URI scheme"; exec = "vintagestory -i %u"; mimeTypes = [ "x-scheme-handler/vintagestorymodinstall" ]; noDisplay = true; terminal = false; }) ]; installPhase = '' Loading