Unverified Commit ea61f604 authored by AwesomeQubic's avatar AwesomeQubic Committed by GitHub
Browse files

lua: set mainProgram (#352347)

parent cedfb2c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -169,6 +169,7 @@ stdenv.mkDerivation (finalAttrs:
      management with incremental garbage collection, making it ideal
      for configuration, scripting, and rapid prototyping.
    '';
    mainProgram = "lua";
    license = lib.licenses.mit;
    platforms = lib.platforms.unix;
  };