Unverified Commit 453b5f7c authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

_0xproto: add updateScript

parent 058c0ace
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenvNoCC,
  fetchzip,
  nix-update-script,
}:
stdenvNoCC.mkDerivation rec {
  pname = "0xproto";
@@ -23,6 +24,10 @@ stdenvNoCC.mkDerivation rec {
    runHook postInstall
  '';

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

  meta = {
    description = "Free and Open-source font for programming";
    homepage = "https://github.com/0xType/0xProto";