Unverified Commit 4f6fda42 authored by rafaelrc7's avatar rafaelrc7
Browse files

gbforth: Add updateScript

parent 3f149887
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  makeWrapper,
  gforth,
  unstableGitUpdater,
}:

stdenv.mkDerivation {
@@ -40,6 +41,8 @@ stdenv.mkDerivation {
    runHook postInstallCheck
  '';

  passthru.updateScript = unstableGitUpdater { };

  meta = with lib; {
    homepage = "https://gbforth.org/";
    description = "Forth-based Game Boy development kit";