stown: add nix-update-script

This commit is contained in:
Ralph Seichter
2025-04-07 23:30:38 +05:30
committed by Masum Reza
parent bf6aec5b73
commit b8e9b34dbb
+3
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
tree,
versionCheckHook,
nix-update-script,
}:
let
version = "1.2.0";
@@ -30,6 +31,8 @@ python3Packages.buildPythonApplication {
versionCheckHook
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Manage file system object mapping via symlinks. Lightweight alternative to GNU Stow";
homepage = "https://www.seichter.de/stown/";