diff options
author | Sigmanificient | 2024-05-30 13:25:42 +0200 |
---|---|---|
committer | Sigmanificient | 2024-05-30 13:36:48 +0200 |
commit | 8b473d1a272afecf8c3cbd6c5571a00361158984 (patch) | |
tree | 980b246476a7b61f2c941c071ad0fe66b711969e /pkgs/by-name/au | |
parent | bebc70c2e74d0f7fffe7638d989bad2d2baf7c05 (diff) |
treewide: remove unused fetch* (and other) arguments
Diffstat (limited to 'pkgs/by-name/au')
-rw-r--r-- | pkgs/by-name/au/autosuspend/package.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/by-name/au/autosuspend/package.nix b/pkgs/by-name/au/autosuspend/package.nix index 63f4c07c289f..3092d486de0d 100644 --- a/pkgs/by-name/au/autosuspend/package.nix +++ b/pkgs/by-name/au/autosuspend/package.nix @@ -1,7 +1,6 @@ { lib , dbus , fetchFromGitHub -, fetchPypi , python3 }: |