about summary refs log tree commit diff
path: root/nixos/modules/profiles/perlless.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/profiles/perlless.nix')
-rw-r--r--nixos/modules/profiles/perlless.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/perlless.nix b/nixos/modules/profiles/perlless.nix
index 90abd14f077e4..010e4f8f2a28e 100644
--- a/nixos/modules/profiles/perlless.nix
+++ b/nixos/modules/profiles/perlless.nix
@@ -26,6 +26,6 @@
 
   # Check that the system does not contain a Nix store path that contains the
   # string "perl".
-  system.forbiddenDependenciesRegex = "perl";
+  system.forbiddenDependenciesRegexes = ["perl"];
 
 }