pywal16: add updateScript

This commit is contained in:
Moraxyc
2024-12-11 17:50:38 +08:00
parent 9f4747e9d0
commit f313eefa97
+3
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";