Skip to content

Commit 06f23c8

Browse files
committed
Update url
1 parent 5a7a11a commit 06f23c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
git fetch --all
6262
git switch --force nix
6363
(
64-
echo "pkgs: let baseurl = \"https://github.com/input-output-hk/haskell-nix-example/releases/download/${GITHUB_REF_NAME}/\"; in {"
64+
echo "pkgs: let baseurl = \"https://github.com/input-output-hk/haskell.nix/releases/download/${GITHUB_REF_NAME}/\"; in {"
6565
for arch in aarch64-darwin x86_64-darwin aarch64-linux x86_64-linux; do
6666
echo " ${arch} = pkgs.fetchurl { "
6767
echo " name = \"${arch}-nix-tools-static\";"

0 commit comments

Comments
 (0)