Commit bd1dd973 authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

pods: add passthru.updateScript

parent 994e3e23
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  libadwaita,
  libpanel,
  vte-gtk4,
  nix-update-script,
}:

stdenv.mkDerivation rec {
@@ -55,6 +56,10 @@ stdenv.mkDerivation rec {
    vte-gtk4
  ];

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

  meta = {
    description = "Podman desktop application";
    homepage = "https://github.com/marhkb/pods";