From f2dc84a1c826ed3218d3c46dd642d17d0c0c9e53 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 5 Sep 2024 00:57:29 +0000 Subject: [PATCH] refactor: hosts/modules/hal/pine64: give it its own directory --- hosts/modules/hal/default.nix | 2 +- hosts/modules/hal/{pine64.nix => pine64/default.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/modules/hal/{pine64.nix => pine64/default.nix} (100%) diff --git a/hosts/modules/hal/default.nix b/hosts/modules/hal/default.nix index 6602a4246..e04e9dfda 100644 --- a/hosts/modules/hal/default.nix +++ b/hosts/modules/hal/default.nix @@ -1,7 +1,7 @@ { ... }: { imports = [ - ./pine64.nix + ./pine64 ./samsung ./x86_64.nix ]; diff --git a/hosts/modules/hal/pine64.nix b/hosts/modules/hal/pine64/default.nix similarity index 100% rename from hosts/modules/hal/pine64.nix rename to hosts/modules/hal/pine64/default.nix