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

use nix-store --dump, not nix dump-path #58

Closed
wants to merge 1 commit into from

Conversation

flokli
Copy link

@flokli flokli commented Jul 31, 2024

nix dump-path regressed, and now requires nix-command to be enabled, breaking nix-serve on systems without that being enabled.

However, nix-store --dump works fine across the board, so use that.

Nix issue: NixOS/nix#11225
Workaround in nixpkgs: NixOS/nixpkgs#331230

`nix dump-path` regressed, and now requires flakes to be enabled,
breaking nix-serve on systems without flakes being enabled.

However, `nix-store --dump` works fine across the board, so use that.

Nix issue: NixOS/nix#11225
Workaround in nixpkgs: NixOS/nixpkgs#331230
@flokli
Copy link
Author

flokli commented Jul 31, 2024

4adb63d suggests the change was intentional. If that's the case, NixOS/nix#11225 would need to be fixed and backported.

@Mic92
Copy link
Contributor

Mic92 commented Aug 2, 2024

Similar fix but also fixing CI: #59

@edolstra
Copy link
Owner

Fixed via #61 instead.

@edolstra edolstra closed this Sep 20, 2024
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

Successfully merging this pull request may close these issues.

3 participants