Skip to content
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

Manix failing to load nixpkgs cache files #21

Open
Demianeen opened this issue Jul 28, 2024 · 1 comment
Open

Manix failing to load nixpkgs cache files #21

Demianeen opened this issue Jul 28, 2024 · 1 comment

Comments

@Demianeen
Copy link

I recently started to use nix with Determined system install command on my MacOS M1 machine:

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

When I run the manix I get the following output:

❯ nix run 'github:nix-community/manix' mapAttrs
Building Nixpkgs comments cache...
Failed to load NixOS Options cache file: Os { code: 2, kind: NotFound, message: "No such file
 or directory" }
Failed to load Nixpkgs Tree cache file: Os { code: 2, kind: NotFound, message: "No such file 
or directory" }
Failed to load Nixpkgs Documentation cache file: Os { code: 2, kind: NotFound, message: "No s
uch file or directory" }

Is it some issue with my nix configuration or there is some issue with manix?

@cig0
Copy link

cig0 commented Jan 4, 2025

Hey @Demianeen, FYI, you're not alone. I'm on NixOS 24.11, and I randomly get those errors, too.

I'll take a look at the code when I have time and update this issue if I reach a conclusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants