From a14a7746f971f1c1e34b659c8cbbca4aa1717275 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 11 Nov 2023 16:25:20 -0500 Subject: [PATCH] Fix module paths for common framework modules --- framework/13-inch/common/default.nix | 4 ++-- framework/13-inch/common/intel.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/13-inch/common/default.nix b/framework/13-inch/common/default.nix index 784256c..e19b3f5 100644 --- a/framework/13-inch/common/default.nix +++ b/framework/13-inch/common/default.nix @@ -1,7 +1,7 @@ { lib, ... }: { imports = [ - ../../common/pc/laptop - ../../common/pc/laptop/ssd + ../../../common/pc/laptop + ../../../common/pc/laptop/ssd ]; # Fix TRRS headphones missing a mic diff --git a/framework/13-inch/common/intel.nix b/framework/13-inch/common/intel.nix index 1ea20b3..d5c68ef 100644 --- a/framework/13-inch/common/intel.nix +++ b/framework/13-inch/common/intel.nix @@ -1,6 +1,6 @@ { lib, pkgs, ... }: { imports = [ - ../../common/cpu/intel + ../../../common/cpu/intel ]; boot.kernelParams = [