Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nix path in GitHub Actions #65

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Fix nix path in GitHub Actions #65

merged 1 commit into from
Dec 28, 2023

Conversation

jfroche
Copy link
Contributor

@jfroche jfroche commented Dec 28, 2023

No description provided.

@@ -34,6 +34,7 @@ jobs:
echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH

source "${HOME}/.nix-profile/etc/profile.d/nix.sh"
echo "${HOME}/.nix-profile/bin" >> $GITHUB_PATH
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about moving this after line 34, that also sets the path?

Copy link
Owner

@knl knl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @jfroche. I'm merging this

@knl knl merged commit cd150b7 into knl:main Dec 28, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants