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

bug: navi points to the wrong config path on macos #6559

Open
2 tasks done
danielo515 opened this issue Mar 1, 2025 · 0 comments
Open
2 tasks done

bug: navi points to the wrong config path on macos #6559

danielo515 opened this issue Mar 1, 2025 · 0 comments
Assignees
Labels
bug triage Issues or feature request that have not been triaged yet

Comments

@danielo515
Copy link

Are you following the right branch?

  • My Nixpkgs and Home Manager versions are in sync

Is there an existing issue for this?

  • I have searched the existing issues

Issue description

I see navi module is configured like this:

        configDir = if pkgs.stdenv.isDarwin then
          "${config.home.homeDirectory}/Library/Application Support"
        else
          config.xdg.configHome;

However, that is not the path reported by navi once it is installed, therefore my configs are not honored:

› navi info config-path
/Users/danielo/.config/navi/config.yaml

Maintainer CC

No response

System information

› nix-shell -p nix-info --run "nix-info -m"
 - system: `"aarch64-darwin"`
 - host os: `Darwin 24.2.0, macOS 15.2`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.25.5`
 - nixpkgs: `/nix/store/97hxap05brgklr57xh7qaab6s833rfg0-source`
@danielo515 danielo515 added bug triage Issues or feature request that have not been triaged yet labels Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Issues or feature request that have not been triaged yet
Projects
None yet
Development

No branches or pull requests

4 participants