From 87fb77ef11f3eb0e52dcd59c6ee5cf5c419f0a45 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 3 May 2025 14:24:44 +0200 Subject: [PATCH] inputs: don't provide `name` for `fetchTarball` --- inputs.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/inputs.nix b/inputs.nix index 9cad31f..b5f0b13 100644 --- a/inputs.nix +++ b/inputs.nix @@ -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}"; }; };