We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7a11a commit 06f23c8Copy full SHA for 06f23c8
.github/workflows/upload-artifacts.yml
@@ -61,7 +61,7 @@ jobs:
61
git fetch --all
62
git switch --force nix
63
(
64
- echo "pkgs: let baseurl = \"https://github.com/input-output-hk/haskell-nix-example/releases/download/${GITHUB_REF_NAME}/\"; in {"
+ echo "pkgs: let baseurl = \"https://github.com/input-output-hk/haskell.nix/releases/download/${GITHUB_REF_NAME}/\"; in {"
65
for arch in aarch64-darwin x86_64-darwin aarch64-linux x86_64-linux; do
66
echo " ${arch} = pkgs.fetchurl { "
67
echo " name = \"${arch}-nix-tools-static\";"
0 commit comments