Commit 12776aa7 authored by Matthieu Coudron's avatar Matthieu Coudron
Browse files

update-luarocks-package: update script

else nixpkgs-review fails
parent d83aab96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ class LuaEditor(pluginupdate.Editor):
            header2 = textwrap.dedent(
                # header2 = inspect.cleandoc(
                """
                { self, stdenv, lib, fetchurl, fetchgit, callPackage, ... } @ args:
				{ stdenv, lib, fetchurl, fetchgit, callPackage, ... }:
                final: prev:
                {
            """