From c2092f877d67bfacc8f8a403db72b7bf61a6db4d Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 4 Apr 2024 01:26:33 +0200 Subject: [PATCH] fix: remove typo in mkDevice --- topology/helpers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology/helpers.nix b/topology/helpers.nix index 23d0031..0032f73 100644 --- a/topology/helpers.nix +++ b/topology/helpers.nix @@ -63,7 +63,7 @@ in rec { }; mkDevice = name: args: - mkDevice name args + mkSwitch name args // { deviceType = "device"; };