From 3ffd596afcca0f2902d2f301bb64726c442d144a Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Mon, 23 Jun 2025 22:46:51 +0200 Subject: [PATCH] fix: typo --- system_profiles/components/qemu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_profiles/components/qemu.nix b/system_profiles/components/qemu.nix index 39b817d..4a14da3 100644 --- a/system_profiles/components/qemu.nix +++ b/system_profiles/components/qemu.nix @@ -1,4 +1,4 @@ -{modulesPath, ...}; { +{modulesPath, ...}: { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];