inputs: don't provide name
for fetchTarball
This commit is contained in:
parent
be208e74fb
commit
87fb77ef11
1 changed files with 0 additions and 5 deletions
|
@ -25,7 +25,6 @@ self = {
|
|||
};
|
||||
outPath = builtins.fetchTarball {
|
||||
inherit url;
|
||||
name = "nixos-vscode-server";
|
||||
sha256 = "${lock.nixos-vscode-server.sha256}";
|
||||
};
|
||||
};
|
||||
|
@ -45,7 +44,6 @@ self = {
|
|||
};
|
||||
outPath = builtins.fetchTarball {
|
||||
inherit url;
|
||||
name = "nixpkgs";
|
||||
sha256 = "${lock.nixpkgs.sha256}";
|
||||
};
|
||||
};
|
||||
|
@ -65,7 +63,6 @@ self = {
|
|||
};
|
||||
outPath = builtins.fetchTarball {
|
||||
inherit url;
|
||||
name = "nixpkgs-unstable";
|
||||
sha256 = "${lock.nixpkgs-unstable.sha256}";
|
||||
};
|
||||
};
|
||||
|
@ -86,7 +83,6 @@ self = {
|
|||
};
|
||||
outPath = builtins.fetchTarball {
|
||||
inherit url;
|
||||
name = "nix-bitcoin";
|
||||
sha256 = "${lock.nix-bitcoin.sha256}";
|
||||
};
|
||||
};
|
||||
|
@ -107,7 +103,6 @@ self = {
|
|||
};
|
||||
outPath = builtins.fetchTarball {
|
||||
inherit url;
|
||||
name = "cosmic-modules";
|
||||
sha256 = "${lock.cosmic-modules.sha256}";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue