about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-12 17:22:49 +0300
committerMartin Weinelt <mweinelt@users.noreply.github.com>2024-01-12 15:24:49 +0100
commit391d29cb04fe2ca9a4744c10d6b8a7783f6b0f6d (patch)
treea0f73aca946fe82c5bcc499582c62f4c2dcc7e96 /nixos
parent24384a868af0bfa62170e1f33a419b74e7a09273 (diff)
nixos/tests/installer: fix eval
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 3a561646ad906..21d5e1470d8e0 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -511,7 +511,7 @@ let
             perlPackages.ListCompare
             perlPackages.XMLLibXML
             # make-options-doc/default.nix
-            python3.withPackages (p: [ p.mistune ])
+            (python3.withPackages (p: [ p.mistune ]))
             shared-mime-info
             sudo
             texinfo