-
Notifications
You must be signed in to change notification settings - Fork 38
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
Incompatible with nixos-unstable #28
Comments
|
@t184256 : Trying the above gives me the correct |
Yes, that's what I meant, I'm able to use my cache now without internal server errors. Are there more bugs at play here in your case? |
Maybe I did some other mistake? My setup is here: https://gitlab.com/joncol/nixos-flake/-/blob/main/flake.nix#L37-40. If you spot some obvious mistake, I'd be very happy to hear it... |
@t184256: Are you using |
@t184256: OK, I found your config, and putting the overlay just above the
I don't really understand how overrides and overlays work yet, so I'm mostly cargo-culting. |
@t184256: Now I can actually access the
(Trying to access |
Sorry for the noise. This last error was just me not using the right syntax for the public key on machine |
I encountered the same issue after moving to Nix 2.4. I raised the following PR with a fix: NixOS/nix#5634 |
For some reason the UID of |
Hello @knedlsepp, It seems like a
If I'm right, we may want put a solution into the module or at least fix the documentation. |
At the moment
ǹix-serve
doesn't work withǹixos-unstable
any longer.When accessing a narinfo-file while signing is enabled, nix-serve fails with:
Also
curl localhost:5000/nix-cache-info
shows, thatStoreDir
is not correctly evaluated.The easiest way to reproduce this bug, is setting
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
inflake.nix
and runningnix run .#nix-serve
If further information is required to fix this, please let me know.
Thanks for all your wonderful work at the nix ecosystem :)
The text was updated successfully, but these errors were encountered: