Skip to content

Commit f313eef

Browse files
committed
pywal16: add updateScript
1 parent 9f4747e commit f313eef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/py/pywal16/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
fetchFromGitHub,
55
imagemagick,
66
installShellFiles,
7+
nix-update-script,
78
}:
89

910
python3.pkgs.buildPythonApplication rec {
@@ -50,6 +51,8 @@ python3.pkgs.buildPythonApplication rec {
5051
];
5152
};
5253

54+
passthru.updateScript = nix-update-script { };
55+
5356
meta = {
5457
description = "16 colors fork of pywal";
5558
homepage = "https://github.com/eylles/pywal16";

0 commit comments

Comments
 (0)