Skip to content

Commit

Permalink
Fix nix path in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroche authored and knl committed Dec 28, 2023
1 parent 1f41277 commit cd150b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo "/nix/var/nix/profiles/per-user/runner/profile/bin" >> $GITHUB_PATH
echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH
echo "${HOME}/.nix-profile/bin" >> $GITHUB_PATH
source "${HOME}/.nix-profile/etc/profile.d/nix.sh"
# Install dependencies
Expand Down

0 comments on commit cd150b7

Please sign in to comment.