aboutsummaryrefslogtreecommitdiff
path: root/templates/default.nix
blob: 496babedd3e16b45a52e2adfd891366c17b125bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  rust = {
    path = ./rust;
    description = "Rust tempalte with .envrc and chef";
    welcomeText = ''
          	# Rust Template initialized

      	Remember to replace the package name in
      	- flake.nix
      	- .github/workflows/publish.yml

      	Also remember to update the toolchain you want in
      	- rust-toolchain.toml
      	- Dockerfile
    '';
  };
  basic = {
    path = ./basic;
    description = "Basic flake with flake-parts + .envrc";
  };
}