Fix flake template

This commit is contained in:
jhonas 2022-10-12 14:42:09 +02:00
parent 61586ea666
commit f3f3c87670
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

@ -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;
};
};
}