Unverified Commit 2ba3e897 authored by DontEatOreo's avatar DontEatOreo
Browse files

goku: add `passthru.updateScript`

parent 855ce12c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchurl,
  unzip,
  joker,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -28,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: {

  sourceRoot = if stdenv.hostPlatform.isAarch64 then "goku" else ".";

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

  installPhase = ''
    chmod +x goku
    chmod +x gokuw