Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15529,6 +15529,12 @@ githubId = 39134647; name = "Oliver Koss"; }; oliver-ni = { email = "nixos@oliver.ni"; github = "oliver-ni"; githubId = 20295134; name = "Oliver Ni"; }; ollieB = { github = "oliverbunting"; githubId = 1237862; Loading pkgs/by-name/pl/plasma-applet-commandoutput/package.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { fetchFromGitHub, lib, stdenv, }: stdenv.mkDerivation (finalAttrs: { pname = "plasma-applet-commandoutput"; version = "13"; src = fetchFromGitHub { owner = "Zren"; repo = "plasma-applet-commandoutput"; rev = "refs/tags/v${finalAttrs.version}"; hash = "sha256-Tjnm26EYKXtBM9JBHKI73AMvOW/rQ3qOw2JDYey7EfQ="; }; dontConfigure = true; dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/share/plasma/plasmoids cp -r package $out/share/plasma/plasmoids/com.github.zren.commandoutput runHook postInstall ''; meta = { changelog = "https://github.com/Zren/plasma-applet-commandoutput/blob/${finalAttrs.src.rev}/Changelog.md"; description = "Run a command periodically and render its output"; homepage = "https://github.com/Zren/plasma-applet-commandoutput"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ matthiasbeyer oliver-ni ]; }; }) Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15529,6 +15529,12 @@ githubId = 39134647; name = "Oliver Koss"; }; oliver-ni = { email = "nixos@oliver.ni"; github = "oliver-ni"; githubId = 20295134; name = "Oliver Ni"; }; ollieB = { github = "oliverbunting"; githubId = 1237862; Loading
pkgs/by-name/pl/plasma-applet-commandoutput/package.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { fetchFromGitHub, lib, stdenv, }: stdenv.mkDerivation (finalAttrs: { pname = "plasma-applet-commandoutput"; version = "13"; src = fetchFromGitHub { owner = "Zren"; repo = "plasma-applet-commandoutput"; rev = "refs/tags/v${finalAttrs.version}"; hash = "sha256-Tjnm26EYKXtBM9JBHKI73AMvOW/rQ3qOw2JDYey7EfQ="; }; dontConfigure = true; dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/share/plasma/plasmoids cp -r package $out/share/plasma/plasmoids/com.github.zren.commandoutput runHook postInstall ''; meta = { changelog = "https://github.com/Zren/plasma-applet-commandoutput/blob/${finalAttrs.src.rev}/Changelog.md"; description = "Run a command periodically and render its output"; homepage = "https://github.com/Zren/plasma-applet-commandoutput"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ matthiasbeyer oliver-ni ]; }; })