Fix flake template
This commit is contained in:
parent
61586ea666
commit
f3f3c87670
|
@ -67,12 +67,11 @@
|
||||||
triton-utils = import ./pkgs/triton-utils.nix { inherit pkgs; };
|
triton-utils = import ./pkgs/triton-utils.nix { inherit pkgs; };
|
||||||
triton-docker-env = import ./pkgs/triton-docker-env.nix { inherit pkgs; };
|
triton-docker-env = import ./pkgs/triton-docker-env.nix { inherit pkgs; };
|
||||||
};
|
};
|
||||||
outputs = { self }: {
|
}
|
||||||
|
) // {
|
||||||
defaultTemplate = {
|
defaultTemplate = {
|
||||||
description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell";
|
description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell";
|
||||||
path = ./template;
|
path = ./template;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue