diff --git a/templates/new-clan/flake.nix b/templates/new-clan/flake.nix index 7687075..17c6154 100644 --- a/templates/new-clan/flake.nix +++ b/templates/new-clan/flake.nix @@ -11,7 +11,7 @@ { # all machines managed by cLAN nixosConfigurations = clan-core.lib.buildClan { - directory = ./.; + directory = self; }; # add the cLAN cli tool to the dev shell devShells.${system}.default = pkgs.mkShell {