this repo has no description

fix: correct serialisation into structured attrs

Changed files
+4
+4
wrapper.nix
··· 24 24 lib.extendMkDerivation { 25 25 constructDrv = stdenvNoCC.mkDerivation; 26 26 27 + excludeDrvArgNames = [ 28 + "extraLuaPackages" 29 + ]; 30 + 27 31 extendDrvArgs = 28 32 _: 29 33 {