question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error: unexpected end-of-file

See original GitHub issue

It 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:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
domenkozarcommented, Jun 23, 2021

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

1reaction
domenkozarcommented, Jun 22, 2021

I’ll look into this after lunch 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found