ivpn{,-service}: add nix-update-script

authored by

blenderfreaky and committed by
Weijia Wang
97f99edc 17813262

+3
+3
pkgs/tools/networking/ivpn/default.nix
··· 12 12 iptables, 13 13 gawk, 14 14 util-linux, 15 + nix-update-script, 15 16 }: 16 17 17 18 builtins.mapAttrs ··· 46 47 postInstall = '' 47 48 mv $out/bin/{${attrs.modRoot},${pname}} 48 49 ''; 50 + 51 + passthru.updateScript = nix-update-script { }; 49 52 50 53 meta = { 51 54 description = "Official IVPN Desktop app";