diff --git a/flake.nix b/flake.nix index e294346..81c2eda 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { self, nixpkgs, ... }: { lib = import ./lib.nix { inherit (nixpkgs) lib; }; defaultTemplate = { - path = ./template; + path = ./template/default; description = '' A minimal flake using flake-modules-core. ''; diff --git a/template/flake.nix b/template/default/flake.nix similarity index 100% rename from template/flake.nix rename to template/default/flake.nix