Commit a7dfd9f1 authored by Steffen Vogel's avatar Steffen Vogel
Browse files

alice-lg: add updateScript

parent d8ca7f6f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  buildGoModule,
  fetchYarnDeps,
  stdenv,
  gitUpdater,
  yarn,
  nodejs,
  nixosTests,
@@ -80,7 +81,10 @@ buildGoModule rec {
  subPackages = [ "cmd/alice-lg" ];
  doCheck = false;

  passthru.tests = nixosTests.alice-lg;
  passthru = {
    tests = nixosTests.alice-lg;
    updateScript = gitUpdater { };
  };

  meta = {
    homepage = "https://github.com/alice-lg/alice-lg";