about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/teos/default.nix
diff options
context:
space:
mode:
authorOtto Sabart <seberm@seberm.com>2023-03-28 21:00:00 +0200
committerOtto Sabart <seberm@seberm.com>2023-03-28 21:00:00 +0200
commit511d699e4e4a29756cdd481ca92a6e3ae8e4aec2 (patch)
treeaf5876448ab8e8c542d8976f5b0f606fdc0f0685 /pkgs/applications/blockchains/teos/default.nix
parent2345d940988cbf48ba3909c7ae5f299f1a7556b7 (diff)
teos: add update script
Diffstat (limited to 'pkgs/applications/blockchains/teos/default.nix')
-rw-r--r--pkgs/applications/blockchains/teos/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/blockchains/teos/default.nix b/pkgs/applications/blockchains/teos/default.nix
index a8ce5ca242075..fbd8c08575d5d 100644
--- a/pkgs/applications/blockchains/teos/default.nix
+++ b/pkgs/applications/blockchains/teos/default.nix
@@ -24,6 +24,7 @@ let
     license = licenses.mit;
     maintainers = with maintainers; [ seberm ];
   };
+  updateScript = ./update.sh;
 in
 {
   teos = rustPlatform.buildRustPackage {
@@ -43,6 +44,8 @@ in
       darwin.apple_sdk.frameworks.Security
     ];
 
+    passthru.updateScript = updateScript;
+
     __darwinAllowLocalNetworking = true;
 
     meta = meta // {
@@ -70,6 +73,8 @@ in
       darwin.apple_sdk.frameworks.SystemConfiguration
     ];
 
+    passthru.updateScript = updateScript;
+
     __darwinAllowLocalNetworking = true;
 
     meta = meta // {