From 0650c43ef5f21d7a2f7fc146a43f96cf318b5e84 Mon Sep 17 00:00:00 2001 From: Hermes-Neo Date: Sun, 28 Jun 2026 18:37:19 +0100 Subject: [PATCH] fix: use ./modules/common.nix (file) not ./modules/common (dir) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 94e4eae..b083443 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ home-manager.users.phoenix = import ./home/phoenix.nix; home-manager.extraSpecialArgs = baseSpecialArgs; } - ./modules/common + ./modules/common.nix ]; mkHost = hostName: hostModules: