Loading pkgs/by-name/lu/luarocks-packages-updater/package.nix +2 −0 Original line number Diff line number Diff line { nix, nixfmt, makeWrapper, python3Packages, lib, Loading @@ -15,6 +16,7 @@ let path = lib.makeBinPath [ nix nixfmt nix-prefetch-scripts luarocks-nix lua5_1 Loading pkgs/by-name/lu/luarocks-packages-updater/updater.py +2 −2 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ class LuaEditor(nixpkgs_plugin_update.Editor): print(f"updated {outfilename}") # Format the generated file with nixfmt subprocess.run(["nix", "fmt", outfilename], check=True) subprocess.run(["nixfmt", outfilename], check=True) @property def attr_path(self): Loading Loading
pkgs/by-name/lu/luarocks-packages-updater/package.nix +2 −0 Original line number Diff line number Diff line { nix, nixfmt, makeWrapper, python3Packages, lib, Loading @@ -15,6 +16,7 @@ let path = lib.makeBinPath [ nix nixfmt nix-prefetch-scripts luarocks-nix lua5_1 Loading
pkgs/by-name/lu/luarocks-packages-updater/updater.py +2 −2 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ class LuaEditor(nixpkgs_plugin_update.Editor): print(f"updated {outfilename}") # Format the generated file with nixfmt subprocess.run(["nix", "fmt", outfilename], check=True) subprocess.run(["nixfmt", outfilename], check=True) @property def attr_path(self): Loading