nushell: Make sure the plugins are not garbage-collected (#7295)
This commit is contained in:
parent
7c35504839
commit
3bd646138a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue