inputs: don't provide name for fetchTarball

This commit is contained in:
Wroclaw 2025-05-03 14:24:44 +02:00
parent be208e74fb
commit 87fb77ef11

View file

@ -25,7 +25,6 @@ self = {
}; };
outPath = builtins.fetchTarball { outPath = builtins.fetchTarball {
inherit url; inherit url;
name = "nixos-vscode-server";
sha256 = "${lock.nixos-vscode-server.sha256}"; sha256 = "${lock.nixos-vscode-server.sha256}";
}; };
}; };
@ -45,7 +44,6 @@ self = {
}; };
outPath = builtins.fetchTarball { outPath = builtins.fetchTarball {
inherit url; inherit url;
name = "nixpkgs";
sha256 = "${lock.nixpkgs.sha256}"; sha256 = "${lock.nixpkgs.sha256}";
}; };
}; };
@ -65,7 +63,6 @@ self = {
}; };
outPath = builtins.fetchTarball { outPath = builtins.fetchTarball {
inherit url; inherit url;
name = "nixpkgs-unstable";
sha256 = "${lock.nixpkgs-unstable.sha256}"; sha256 = "${lock.nixpkgs-unstable.sha256}";
}; };
}; };
@ -86,7 +83,6 @@ self = {
}; };
outPath = builtins.fetchTarball { outPath = builtins.fetchTarball {
inherit url; inherit url;
name = "nix-bitcoin";
sha256 = "${lock.nix-bitcoin.sha256}"; sha256 = "${lock.nix-bitcoin.sha256}";
}; };
}; };
@ -107,7 +103,6 @@ self = {
}; };
outPath = builtins.fetchTarball { outPath = builtins.fetchTarball {
inherit url; inherit url;
name = "cosmic-modules";
sha256 = "${lock.cosmic-modules.sha256}"; sha256 = "${lock.cosmic-modules.sha256}";
}; };
}; };