Fix flake template
This commit is contained in:
parent
61586ea666
commit
f3f3c87670
13
flake.nix
13
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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue