error: unexpected end-of-file
See original GitHub issueIt might have started to happen when I added ca-derivations ca-references
to experimental-features
. I’m already using nix-command flakes
.
I have the same problem on my computer, but I’m only using flakes.
Run cachix/cachix-action@v10
Cachix: installing
/usr/bin/bash -c nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install
error: unexpected end-of-file
Error: Action failed with error: Error: The process '/usr/bin/bash' failed with exit code 1
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Bash script: Unexpected end of file error - LinuxConfig.org
An Unexpected end of file error in a Bash script usually occurs when you there is a mismatched structure somewhere in the script....
Read more >Shell Script Syntax Error: Unexpected End of File [duplicate]
This error occurs often when you have mismatched structure - that is, you do not have matching double quotes, matching single quotes, have...
Read more >How to fix bash unexpected end of file - Quora
iF You are running a Bash script, and you see a syntax error: Unexpected end of file. it means you created your script...
Read more >Bash Unexpected end of file. What Does This Syntax Error ...
A common syntax error in Bash scripts is "Unexpected end of file". What does it mean? Why are you seeing this error while...
Read more >[FIXED] Unexpected End Of File Error Problem (100% Working)
How to Fix Unexpected End Of File Error Problem Issue ; Crosscheck your Code: Makes sure that the code doesn't have any error,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This could be related: https://github.com/NixOS/nix/issues/4903
Note that content addressable derivations aren’t supported yet: https://github.com/cachix/cachix/issues/373
I’ll look into this after lunch 😃