pywal16: add updateScript

This commit is contained in:
Moraxyc 2024-11-28 14:10:24 +08:00
parent 9f4747e9d0
commit f313eefa97
No known key found for this signature in database

View File

@ -4,6 +4,7 @@
fetchFromGitHub,
imagemagick,
installShellFiles,
nix-update-script,
}:
python3.pkgs.buildPythonApplication rec {
@ -50,6 +51,8 @@ python3.pkgs.buildPythonApplication rec {
];
};
passthru.updateScript = nix-update-script { };
meta = {
description = "16 colors fork of pywal";
homepage = "https://github.com/eylles/pywal16";