-
Notifications
You must be signed in to change notification settings - Fork 11
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
flakes: weird behavior with github actions nix-build-uncached #34
Comments
@Mic92 Anything I can do to help? |
do you see the same behavior locally? |
It's weird, I just tried on my desktop. nix-build ci.nix --dry-run
When I ran Aren't all those emacs packages supposed to be excluded from the dry-run and the nix-build-uncached since they are cached? |
@bbigras they may appear in the dry run and they may be downloaded if they are dependencies of something else. |
Is this is reproducible? |
With the github action,
nix develop -c nix-build-uncached ci.nix
doesn't seem to build much. I cleared my cachix cache.I added a step to show the output of
nix-build ci.nix --dry-run
. It's supposed to show the same thing that would be built, right?https://github.com/bbigras/nix-config/runs/1466357334?check_suite_focus=true
Any ideas? Maybe everything I use is in caches.
I wonder if my
ci.nix
file is correct. I had to change the hydra thing to:The text was updated successfully, but these errors were encountered: