Commit df05ca5c authored by NullCube's avatar NullCube
Browse files

ckan: add passthru.updateScript

parent 2631b0b7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  imagemagick,
  copyDesktopItems,
  makeDesktopItem,
  nix-update-script,
}:

stdenv.mkDerivation rec {
@@ -75,6 +76,8 @@ stdenv.mkDerivation rec {
    })
  ];

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Mod manager for Kerbal Space Program";
    mainProgram = "ckan";