mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(nix): remove trace logging of gh release URL
This commit is contained in:
parent
3288c4cf44
commit
005a92272c
1 changed files with 1 additions and 1 deletions
2
dev.nix
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue