fclones-gui: add nix-update-script

This commit is contained in:
Petr Portnov
2025-12-16 15:30:49 +03:00
committed by Michael Daniels
parent b404549895
commit 68753365e6
+3
View File
@@ -7,6 +7,7 @@
gdk-pixbuf,
gtk4,
libadwaita,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -40,6 +41,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
install -Dm 0644 snap/gui/fclones-gui.png -t $out/share/icons/hicolor/256x256/apps
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Interactive duplicate file remover";
mainProgram = "fclones-gui";