nushell: comment on plugin compatibility

This commit is contained in:
Tom van Dijk 2025-06-28 23:19:01 +02:00
parent fad92653b7
commit 37467643f3
No known key found for this signature in database
GPG Key ID: 7A984C8207ADBA51

View File

@ -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 {