diff --git a/flake.nix b/flake.nix index 427ed7a..1f186c9 100644 --- a/flake.nix +++ b/flake.nix @@ -67,12 +67,11 @@ triton-utils = import ./pkgs/triton-utils.nix { inherit pkgs; }; triton-docker-env = import ./pkgs/triton-docker-env.nix { inherit pkgs; }; }; - outputs = { self }: { - defaultTemplate = { - description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell"; - path = ./template; - }; - }; } - ); + ) // { + defaultTemplate = { + description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell"; + path = ./template; + }; + }; }