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`
This commit is contained in:
figsoda
2022-12-25 17:11:14 -05:00
parent 6621358e6d
commit a211d94291
199 changed files with 195 additions and 567 deletions

View File

@@ -90,8 +90,6 @@ rustPlatform.buildRustPackage rec {
tests.version = testers.testVersion {
package = nushell;
};
updateScript = nix-update-script {
attrPath = pname;
};
updateScript = nix-update-script { };
};
}