From 49c8bc02d127e2b0427ea1cec7eaffb35cdba984 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 25 Dec 2022 11:34:08 -0500 Subject: [PATCH] fish: omit attrPath in nix-update-script --- pkgs/shells/fish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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