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

direnv: Use the same nix package #66

Merged
merged 2 commits into from
Aug 26, 2024
Merged

direnv: Use the same nix package #66

merged 2 commits into from
Aug 26, 2024

Conversation

srid
Copy link
Collaborator

@srid srid commented Aug 26, 2024

In direnv, use the same Nix package as the user specifies here:

nix = {
# Which Nix version to use
# https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=nix
package = pkgs.nix;

context:

image

srid added a commit to srid/nixos-config that referenced this pull request Aug 26, 2024
@srid srid merged commit 88564c9 into main Aug 26, 2024
3 checks passed
@srid srid deleted the direnv-nix branch August 26, 2024 15:47
@@ -121,6 +121,7 @@
# https://nixos.asia/en/direnv
direnv = {
enable = true;
package = config.nix.package;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it nix-direnv.package instead of direnv.package

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes, this PR broke stuff.

But your change is also not correct?

image image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is already using config.nix.package. I'll revert this PR for now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, this was my fault for not paying attention to Rana's actual change:

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srid the nix-direnv configuration above is from nixos modules and not from home-manager.

This has to be fixed in home-manager to match nixos module.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's upstream that to hm: #68

srid added a commit that referenced this pull request Aug 26, 2024
srid added a commit that referenced this pull request Aug 26, 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.

2 participants