-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
nix-index
fails due to mesos
not being found
#212
Comments
I was having this issue, because I was using Nix flakes without updating the Nix channels. This problem happens because I fixed this issue by syncing the {
nix.nixPath = [ "nixpkgs=${nixpkgs.outPath}" ];
}
|
I am also getting this error. Aren't flakes a replacement for channels? Why are they still needed for this? |
Flakes are an experimental feature, they are no replacement to channels today except if you know what you are doing. |
I just wasn't aware that it's possible to use channels when using flakes. I got started with flakes directly and have never used channels. |
The package
comma
fails for me, becausenix-index
can't, well, index anymore. I'm not sure ifnix-index
is choking, or ifnix-env
is to blame.The text was updated successfully, but these errors were encountered: