Skip to content

Commit

Permalink
fixup! use magic-nix-cache-action
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Sep 5, 2024
1 parent 84d647f commit e43987e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Configure nix with github credentials
run: |
set -eou pipefail
mkdir -p /etc/nix/
sudo mkdir -p /etc/nix/
cat > /etc/nix/netrc <<EOF
machine github.com
password ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e43987e

Please sign in to comment.