about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-25 11:34:08 -0500
committerfigsoda <figsoda@pm.me>2022-12-25 11:34:08 -0500
commit49c8bc02d127e2b0427ea1cec7eaffb35cdba984 (patch)
treeb499e5c35139e6ba49bdd8c320a6366ec34f8820 /pkgs/shells
parentcb219cb6d71955f9c14a19f59ec7e57be72d0271 (diff)
downloadnixlib-49c8bc02d127e2b0427ea1cec7eaffb35cdba984.tar
nixlib-49c8bc02d127e2b0427ea1cec7eaffb35cdba984.tar.gz
nixlib-49c8bc02d127e2b0427ea1cec7eaffb35cdba984.tar.bz2
nixlib-49c8bc02d127e2b0427ea1cec7eaffb35cdba984.tar.lz
nixlib-49c8bc02d127e2b0427ea1cec7eaffb35cdba984.tar.xz
nixlib-49c8bc02d127e2b0427ea1cec7eaffb35cdba984.tar.zst
nixlib-49c8bc02d127e2b0427ea1cec7eaffb35cdba984.zip
fish: omit attrPath in nix-update-script
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index 4f53883cb77a..f391076900e4 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -327,7 +327,7 @@ let
             ${fish}/bin/fish ${fishScript} && touch $out
           '';
       };
-      updateScript = nix-update-script { attrPath = pname; };
+      updateScript = nix-update-script { };
     };
   };
 in