From 27161d6b1335a628b80df10a3082e441fbe885cf Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 7 Jul 2025 09:58:25 +0800 Subject: [PATCH] refactor: rename modules/flake to flake-parts, hosts to configurations --- nix/{modules/hosts.nix => configurations.nix} | 0 nix/{modules/flake => flake-parts}/files.nix | 0 nix/{modules/flake => flake-parts}/git-hooks.nix | 0 nix/{modules/flake => flake-parts}/make-shell.nix | 0 nix/{modules/flake => flake-parts}/modules.nix | 0 nix/{modules/flake => flake-parts}/text.nix | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename nix/{modules/hosts.nix => configurations.nix} (100%) rename nix/{modules/flake => flake-parts}/files.nix (100%) rename nix/{modules/flake => flake-parts}/git-hooks.nix (100%) rename nix/{modules/flake => flake-parts}/make-shell.nix (100%) rename nix/{modules/flake => flake-parts}/modules.nix (100%) rename nix/{modules/flake => flake-parts}/text.nix (100%) diff --git a/nix/modules/hosts.nix b/nix/configurations.nix similarity index 100% rename from nix/modules/hosts.nix rename to nix/configurations.nix diff --git a/nix/modules/flake/files.nix b/nix/flake-parts/files.nix similarity index 100% rename from nix/modules/flake/files.nix rename to nix/flake-parts/files.nix diff --git a/nix/modules/flake/git-hooks.nix b/nix/flake-parts/git-hooks.nix similarity index 100% rename from nix/modules/flake/git-hooks.nix rename to nix/flake-parts/git-hooks.nix diff --git a/nix/modules/flake/make-shell.nix b/nix/flake-parts/make-shell.nix similarity index 100% rename from nix/modules/flake/make-shell.nix rename to nix/flake-parts/make-shell.nix diff --git a/nix/modules/flake/modules.nix b/nix/flake-parts/modules.nix similarity index 100% rename from nix/modules/flake/modules.nix rename to nix/flake-parts/modules.nix diff --git a/nix/modules/flake/text.nix b/nix/flake-parts/text.nix similarity index 100% rename from nix/modules/flake/text.nix rename to nix/flake-parts/text.nix