Commit 27398c2c authored by dish's avatar dish
Browse files

zammad: remove yarn2nix from update script

Seems to be unused, I ran this update script without it and encountered
no errors.
parent 0b07722b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
  jq,
  nix-prefetch-github,
  yarn,
  yarn2nix,
}:

stdenvNoCC.mkDerivation rec {
@@ -29,7 +28,6 @@ stdenvNoCC.mkDerivation rec {
    jq
    nix-prefetch-github
    yarn
    yarn2nix
  ];

  meta = {