diff --git a/dev.nix b/dev.nix index 94baaae..186a579 100644 --- a/dev.nix +++ b/dev.nix @@ -46,7 +46,7 @@ let else if artifactName != null then pkgs.fetchzip { - url = builtins.trace "https://github.com/${name}/releases/download/${version}/${artifactName}" "https://github.com/${name}/releases/download/${version}/${artifactName}"; + url = "https://github.com/${name}/releases/download/${version}/${artifactName}"; sha256 = sha256; } else