From 37467643f3a6dd3ae2c8e5786285b411df96c4a0 Mon Sep 17 00:00:00 2001 From: Tom van Dijk <18gatenmaker6@gmail.com> Date: Sat, 28 Jun 2025 23:19:01 +0200 Subject: [PATCH] nushell: comment on plugin compatibility --- pkgs/shells/nushell/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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 {