Skip to content

Commit

Permalink
Fix the cachix install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
djacu committed Feb 9, 2024
1 parent 0ba4369 commit 062324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
name: djacu-nixos-modules-lessons
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
installCommand: '/usr/bin/bash -c nix-env --verbose -j8 -iA cachix -f https://cachix.org/api/v1/install'
installCommand: 'nix-env --verbose -j8 -iA cachix -f https://cachix.org/api/v1/install'

- name: Build Site
run: |
Expand Down

0 comments on commit 062324b

Please sign in to comment.