about summary refs log tree commit diff
path: root/pkgs/servers/home-automation/evcc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/home-automation/evcc/default.nix')
-rw-r--r--pkgs/servers/home-automation/evcc/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/servers/home-automation/evcc/default.nix b/pkgs/servers/home-automation/evcc/default.nix
index 70af6e4530e3d..956fc1cbca72a 100644
--- a/pkgs/servers/home-automation/evcc/default.nix
+++ b/pkgs/servers/home-automation/evcc/default.nix
@@ -81,9 +81,7 @@ buildGoModule rec {
     tests = {
       inherit (nixosTests) evcc;
     };
-    updateScript = nix-update-script {
-      attrPath = pname;
-    };
+    updateScript = nix-update-script { };
   };
 
   meta = with lib; {