From 5f6b875273c1725eda9c2163c1e729a1a0b92168 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 10 Nov 2023 15:29:39 -0500 Subject: [PATCH] Fix common module imports for fw13 common module --- framework/13-inch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/13-inch/default.nix b/framework/13-inch/default.nix index 6d44b9c..111bdf7 100644 --- a/framework/13-inch/default.nix +++ b/framework/13-inch/default.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { imports = [ - ../common/pc/laptop - ../common/pc/laptop/ssd + ../../common/pc/laptop + ../../common/pc/laptop/ssd ]; # Fix TRRS headphones missing a mic