treewide: remove unused ... from package lambdas

located with `rg '^ *\.\.\.$' -tnix -l pkgs | xargs grep @ -L | grep -E '/(default|package)\.nix$'`
This commit is contained in:
Peder Bergebakken Sundt
2025-08-27 02:02:58 +02:00
committed by Alyssa Ross
parent 9654fb4c3b
commit 387c44658f
54 changed files with 0 additions and 55 deletions

View File

@@ -7,7 +7,6 @@
qttools,
qtwayland,
wrapQtAppsHook,
...
}:
stdenv.mkDerivation rec {

View File

@@ -10,7 +10,6 @@
perl,
trackma,
ueberzug,
...
}:
stdenvNoCC.mkDerivation rec {
pname = "adl";

View File

@@ -3,7 +3,6 @@
fetchFromGitHub,
unstableGitUpdater,
stdenvNoCC,
...
}:
stdenvNoCC.mkDerivation (self: {

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
callPackage,
...
}:
let
pname = "aptakube";

View File

@@ -2,7 +2,6 @@
lib,
buildGoModule,
fetchFromGitHub,
...
}:
let
version = "0.6.2";

View File

@@ -8,7 +8,6 @@
jdk,
findutils,
sleuthkit,
...
}:
let
jdkWithJfx = jdk.override (

View File

@@ -3,7 +3,6 @@
lib,
libusb-compat-0_1,
stdenv,
...
}:
stdenv.mkDerivation {

View File

@@ -5,7 +5,6 @@
ninja,
sphinx,
python3Packages,
...
}:
pkgs.stdenv.mkDerivation {

View File

@@ -3,7 +3,6 @@
lib,
fetchurl,
cups,
...
}:
stdenv.mkDerivation rec {

View File

@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
rustPlatform,
...
}:
rustPlatform.buildRustPackage rec {
pname = "ddh";

View File

@@ -7,7 +7,6 @@
coreutils,
fetchFromGitHub,
makeWrapper,
...
}:
stdenv.mkDerivation rec {

View File

@@ -7,7 +7,6 @@
darwin,
copyDesktopItems,
makeDesktopItem,
...
}:
let
pname = "feishin";

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
callPackage,
...
}:
let
version = "5.5.239";

View File

@@ -2,7 +2,6 @@
lib,
buildGoModule,
fetchFromGitHub,
...
}:
buildGoModule rec {

View File

@@ -2,7 +2,6 @@
lib,
buildGoModule,
fetchFromGitHub,
...
}:
buildGoModule (finalAttrs: {
pname = "izrss";

View File

@@ -4,7 +4,6 @@
fetchFromGitHub,
nix-update-script,
kdePackages,
...
}:
stdenv.mkDerivation (finalAttrs: {
pname = "kara";

View File

@@ -4,7 +4,6 @@
fetchFromGitHub,
autoreconfHook,
libusb1,
...
}:
stdenv.mkDerivation rec {

View File

@@ -3,7 +3,6 @@
buildGoModule,
fetchFromGitHub,
nix-update-script,
...
}:
buildGoModule rec {
pname = "maildir-rank-addr";

View File

@@ -9,7 +9,6 @@
]
++ lib.optional (lib.meta.availableOn stdenv.hostPlatform matrix-synapse-unwrapped.python.pkgs.systemd) "systemd",
plugins ? [ ],
...
}:
let

View File

@@ -8,7 +8,6 @@
git,
pandocSupport ? true,
pandoc ? null,
...
}:
assert pandocSupport -> pandoc != null;

View File

@@ -8,7 +8,6 @@
libXpm,
imake,
installShellFiles,
...
}:
stdenv.mkDerivation rec {

View File

@@ -2,7 +2,6 @@
stdenv,
callPackage,
lib,
...
}:
let

View File

@@ -10,7 +10,6 @@
defaultPort ? 3000,
# Where to find the Ollama service; this url gets baked into the Nix package
ollamaUrl ? "http://127.0.0.1:11434",
...
}:
let

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
...
}:
stdenv.mkDerivation rec {

View File

@@ -3,7 +3,6 @@
lib,
fetchFromGitHub,
plan9port,
...
}:
stdenv.mkDerivation rec {

View File

@@ -2,12 +2,10 @@
lib,
buildGoModule,
fetchFromGitHub,
fetchpatch,
stdenv,
apple-sdk,
versionCheckHook,
nix-update-script,
...
}:
buildGoModule (finalAttrs: {

View File

@@ -4,7 +4,6 @@
swift,
swiftpm,
fetchFromGitHub,
...
}:
swiftPackages.stdenv.mkDerivation {

View File

@@ -5,7 +5,6 @@
pihole,
pihole-ftl,
procps,
...
}:
stdenv.mkDerivation (finalAttrs: {

View File

@@ -27,7 +27,6 @@
systemd,
util-linux,
stateDir ? "/etc/pihole",
...
}:
(resholve.mkDerivation rec {

View File

@@ -4,7 +4,6 @@
fetchzip,
makeWrapper,
perlPackages,
...
}:
stdenv.mkDerivation rec {

View File

@@ -6,7 +6,6 @@
versionCheckHook,
installShellFiles,
nix-update-script,
...
}:
buildGoModule (finalAttrs: {

View File

@@ -2,7 +2,6 @@
fetchFromGitHub,
nix-update-script,
renode,
...
}:
renode.overrideAttrs (old: rec {
pname = "renode-unstable";

View File

@@ -7,7 +7,6 @@
rsync,
which,
installShellFiles,
...
}:
perlPackages.buildPerlPackage rec {
pname = "Rex";

View File

@@ -2,7 +2,6 @@
lib,
buildGoModule,
fetchFromGitHub,
...
}:
buildGoModule {
pname = "rHttp";

View File

@@ -2,7 +2,6 @@
buildNpmPackage,
fetchFromGitHub,
lib,
...
}:
buildNpmPackage rec {

View File

@@ -3,7 +3,6 @@
stdenv,
fetchurl,
unzip,
...
}:
stdenv.mkDerivation rec {

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
...
}:
stdenv.mkDerivation {

View File

@@ -3,7 +3,6 @@
stdenv,
fetchurl,
unzip,
...
}:
stdenv.mkDerivation rec {

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
...
}:
stdenv.mkDerivation rec {

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
...
}:
stdenv.mkDerivation rec {

View File

@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
buildGoModule,
...
}:
buildGoModule rec {

View File

@@ -6,7 +6,6 @@
installShellFiles,
versionCheckHook,
nix-update-script,
...
}:
buildGoModule (finalAttrs: {

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
...
}:
stdenv.mkDerivation {

View File

@@ -38,7 +38,6 @@
xorg,
zlib,
zstd,
...
}:
stdenv.mkDerivation {

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
...
}:
stdenv.mkDerivation (finalAttrs: {

View File

@@ -5,7 +5,6 @@
fetchFromGitHub,
nix-update-script,
nixosTests,
...
}:
let
pname = "workout-tracker";

View File

@@ -7,7 +7,6 @@
fetchFromGitHub,
versionCheckHook,
nix-update-script,
...
}:
let

View File

@@ -18,7 +18,6 @@
ninja,
testers,
useCmakeBuild ? (!ocamlBindings), # TODO: remove gnu make build once cmake supports ocaml
...
}:
assert pythonBindings -> !stdenv.hostPlatform.isStatic;

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
...
}:
stdenv.mkDerivation rec {

View File

@@ -28,7 +28,6 @@
fetchpatch,
fetchpatch2,
replaceVars,
...
}:
let

View File

@@ -3,7 +3,6 @@
stdenv,
fetchurl,
perl,
...
}:
let

View File

@@ -2,7 +2,6 @@
lib,
pkgsBuildHost,
resholve,
...
}:
let

View File

@@ -2,7 +2,6 @@
lib,
fetchPypi,
buildPythonPackage,
...
}:
buildPythonPackage rec {
pname = "pygtrie";

View File

@@ -8,7 +8,6 @@
qmake,
bison,
flex,
...
}:
stdenv.mkDerivation {
pname = "qtspim";