From feb5a3cdcd523e7884a5ff4635bac63d632197b1 Mon Sep 17 00:00:00 2001 From: Matthias Berndt Date: Tue, 23 May 2023 14:56:49 +0200 Subject: [PATCH] remove unneeded import --- nixos/tests/installer.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index f51c631c96b3..1ac164f4b816 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -1013,7 +1013,6 @@ in { ''; bootLoader = "systemd-boot"; extraInstallerConfig = { modulesPath, ...}: { - imports = [ (modulesPath + "/tasks/stratis.nix") ]; config = { services.stratis.enable = true; environment.systemPackages = [