ryan4yin / nix-config

❄️ My nix config for both desktops(NixOS+macOS) and homelab servers(NixOS).
https://nixos-and-flakes.thiscute.world
MIT License
863 stars 52 forks source link

[Bug] the latest version of atuin in nixpkgs has problem to work with the latest version of nushell #119

Closed DataEraserC closed 4 months ago

DataEraserC commented 4 months ago

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.

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 commented 4 months ago

Thanks for the issue, I have just disabled atuin.enableNushellIntegration to avoid issues.

DataEraserC commented 4 months ago

@ryan4yin I have re-enabled atuin.enableNushellIntegration on my computer, and it seems to be working fine now.