From a211d942913d9c4071771f3ffb4c9e1000043d6a Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 25 Dec 2022 17:11:14 -0500 Subject: treewide: remove attrPath from nix-update-script calls after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script` --- pkgs/applications/misc/ulauncher/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkgs/applications/misc/ulauncher') diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix index c4b838beed9..c82bdcc6001 100644 --- a/pkgs/applications/misc/ulauncher/default.nix +++ b/pkgs/applications/misc/ulauncher/default.nix @@ -113,9 +113,7 @@ python3Packages.buildPythonApplication rec { ''; passthru = { - updateScript = nix-update-script { - attrPath = pname; - }; + updateScript = nix-update-script { }; }; -- cgit 1.4.1