Originally created by @DataEraserC on GitHub (Apr 13, 2024).
Issue Description
Bug
The latest version of Atuin in nixpkgs is not working properly with the latest version of Nushell.
Problem Details
The atuin tool faces issues when used in the latest version of Nushell. Refer to the issue raised at the Atuin repository for more information: atuinsh/atuin#1934.
Try substituting the value of programs.atuin.package with a different nix flake that offers an updated version of Atuin.
Consider downgrading the Nushell version.
Originally created by @DataEraserC on GitHub (Apr 13, 2024).
## Issue Description
### Bug
The latest version of Atuin in nixpkgs is not working properly with the latest version of Nushell.
## Problem Details
The `atuin` tool faces issues when used in the latest version of Nushell. Refer to the issue raised at the Atuin repository for more information: [atuinsh/atuin#1934](https://github.com/atuinsh/atuin/issues/1934).
## Possible Solutions
1. Temporarily disable `atuin.enableNushellIntegration`.
2. Try substituting the value of `programs.atuin.package` with a different nix flake that offers an updated version of Atuin.
3. Consider downgrading the Nushell version.
@ryan4yin I have re-enabled atuin.enableNushellIntegration on my computer, and it seems to be working fine now.
@DataEraserC commented on GitHub (May 1, 2024):
@ryan4yin I have re-enabled atuin.enableNushellIntegration on my computer, and it seems to be working fine now.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @DataEraserC on GitHub (Apr 13, 2024).
Issue Description
Bug
The latest version of Atuin in nixpkgs is not working properly with the latest version of Nushell.
Problem Details
The
atuintool faces issues when used in the latest version of Nushell. Refer to the issue raised at the Atuin repository for more information: atuinsh/atuin#1934.Possible Solutions
atuin.enableNushellIntegration.programs.atuin.packagewith a different nix flake that offers an updated version of Atuin.@ryan4yin commented on GitHub (Apr 13, 2024):
Thanks for the issue, I have just disabled
atuin.enableNushellIntegrationto avoid issues.@DataEraserC commented on GitHub (May 1, 2024):
@ryan4yin I have re-enabled atuin.enableNushellIntegration on my computer, and it seems to be working fine now.