Skip to content

Commit b8e9b34

Browse files
rseichterJohnRTitor
authored andcommitted
stown: add nix-update-script
1 parent bf6aec5 commit b8e9b34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/st/stown/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
fetchFromGitHub,
55
tree,
66
versionCheckHook,
7+
nix-update-script,
78
}:
89
let
910
version = "1.2.0";
@@ -30,6 +31,8 @@ python3Packages.buildPythonApplication {
3031
versionCheckHook
3132
];
3233

34+
passthru.updateScript = nix-update-script { };
35+
3336
meta = {
3437
description = "Manage file system object mapping via symlinks. Lightweight alternative to GNU Stow";
3538
homepage = "https://www.seichter.de/stown/";

0 commit comments

Comments
 (0)