mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
stown: add nix-update-script
This commit is contained in:
parent
bf6aec5b73
commit
b8e9b34dbb
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
tree,
|
tree,
|
||||||
versionCheckHook,
|
versionCheckHook,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "1.2.0";
|
version = "1.2.0";
|
||||||
|
@ -30,6 +31,8 @@ python3Packages.buildPythonApplication {
|
||||||
versionCheckHook
|
versionCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Manage file system object mapping via symlinks. Lightweight alternative to GNU Stow";
|
description = "Manage file system object mapping via symlinks. Lightweight alternative to GNU Stow";
|
||||||
homepage = "https://www.seichter.de/stown/";
|
homepage = "https://www.seichter.de/stown/";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue