Loading pkgs/applications/misc/octoprint/plugins.nix +19 −0 Original line number Diff line number Diff line Loading @@ -193,6 +193,25 @@ in }; }; fullscreen = buildPlugin rec { pname = "fullscreen"; version = "0.0.6"; src = fetchFromGitHub { owner = "BillyBlaze"; repo = "OctoPrint-FullScreen"; rev = version; sha256 = "sha256-Z8twpj+gqgbiWWxNd9I9qflEAln5Obpb3cn34KwSc5A="; }; meta = with lib; { description = "Open webcam in fullscreen mode"; homepage = "https://github.com/BillyBlaze/OctoPrint-FullScreen"; license = licenses.agpl3Only; maintainers = with maintainers; [ tri-ler ]; }; }; gcodeeditor = buildPlugin rec { pname = "gcodeeditor"; version = "0.2.12"; Loading Loading
pkgs/applications/misc/octoprint/plugins.nix +19 −0 Original line number Diff line number Diff line Loading @@ -193,6 +193,25 @@ in }; }; fullscreen = buildPlugin rec { pname = "fullscreen"; version = "0.0.6"; src = fetchFromGitHub { owner = "BillyBlaze"; repo = "OctoPrint-FullScreen"; rev = version; sha256 = "sha256-Z8twpj+gqgbiWWxNd9I9qflEAln5Obpb3cn34KwSc5A="; }; meta = with lib; { description = "Open webcam in fullscreen mode"; homepage = "https://github.com/BillyBlaze/OctoPrint-FullScreen"; license = licenses.agpl3Only; maintainers = with maintainers; [ tri-ler ]; }; }; gcodeeditor = buildPlugin rec { pname = "gcodeeditor"; version = "0.2.12"; Loading