nushell: Make sure the plugins are not garbage-collected (#7295)

This commit is contained in:
leiserfg 2025-06-23 05:42:38 +02:00 committed by GitHub
parent 7c35504839
commit 3bd646138a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,6 +212,8 @@ in
home.packages = lib.mkIf (cfg.package != null) [ cfg.package ];
home.extraDependencies = cfg.plugins; # make sure the plugins are not garbage-collected
home.file = lib.mkMerge [
(
let