diff --git a/flake.nix b/flake.nix index cc5282161..4735c2bc0 100644 --- a/flake.nix +++ b/flake.nix @@ -17,8 +17,8 @@ systems = [ "x86_64-linux" ]; imports = [ - ./nix/modules/dev-shell.nix - ./nix/modules/git-hooks.nix + ./nix/flake-modules/dev-shell.nix + ./nix/flake-modules/git-hooks.nix ]; perSystem = diff --git a/nix/modules/dev-shell.nix b/nix/flake-modules/dev-shell.nix similarity index 100% rename from nix/modules/dev-shell.nix rename to nix/flake-modules/dev-shell.nix diff --git a/nix/modules/git-hooks.nix b/nix/flake-modules/git-hooks.nix similarity index 100% rename from nix/modules/git-hooks.nix rename to nix/flake-modules/git-hooks.nix diff --git a/nix/modules/phpcs.nix b/nix/flake-modules/phpcs.nix similarity index 100% rename from nix/modules/phpcs.nix rename to nix/flake-modules/phpcs.nix diff --git a/nix/modules/phpstan.nix b/nix/flake-modules/phpstan.nix similarity index 100% rename from nix/modules/phpstan.nix rename to nix/flake-modules/phpstan.nix