about summary refs log tree commit diff
path: root/doc/packages/urxvt.section.md
diff options
context:
space:
mode:
authorannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-28 13:02:34 +0000
committerannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-28 13:02:34 +0000
commit675fb1648e6925ca87437bc98fce2077648e8be3 (patch)
tree7f48f889770fe72ecdc74d853af022bb8bc214d7 /doc/packages/urxvt.section.md
parent035b7f36aa1367c00845f669ef0617e55d31104f (diff)
parent69de1e1beb4fa322688a2bac5761e59a2b17e15e (diff)
Merge remote-tracking branch 'upstream/staging-next' into staging
 Conflicts:
	pkgs/development/python-modules/apsw/default.nix
	pkgs/development/python-modules/deal/default.nix
	pkgs/development/python-modules/kubernetes/default.nix
Diffstat (limited to 'doc/packages/urxvt.section.md')
-rw-r--r--doc/packages/urxvt.section.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/packages/urxvt.section.md b/doc/packages/urxvt.section.md
index 7aff0997dd2b4..1d40c92ed73fc 100644
--- a/doc/packages/urxvt.section.md
+++ b/doc/packages/urxvt.section.md
@@ -65,7 +65,9 @@ A plugin can be any kind of derivation, the only requirement is that it should a
 If the plugin is itself a Perl package that needs to be imported from other plugins or scripts, add the following passthrough:
 
 ```nix
-passthru.perlPackages = [ "self" ];
+{
+  passthru.perlPackages = [ "self" ];
+}
 ```
 
 This will make the urxvt wrapper pick up the dependency and set up the Perl path accordingly.