Commit b8e9b34d authored by Ralph Seichter's avatar Ralph Seichter Committed by Masum Reza
Browse files

stown: add nix-update-script

parent bf6aec5b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";