diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 5576dfd98c2a..3f92cc4224fb 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -20,6 +20,9 @@ }: let + # NOTE: when updating this to a new non-patch version, please also try to + # update the plugins. Plugins only work if they are compiled for the same + # major/minor version. version = "0.105.1"; in rustPlatform.buildRustPackage {