diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-02-21 12:55:28 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-02-21 12:59:13 -0800 |
| commit | d6971f6d7a03142ea6e391d7c37532b3aa4792e7 (patch) | |
| tree | f60d9d3fcdd37075bc81b9a1116afa7ce74d286d /templates/default.nix | |
| parent | feat(home/fish): move fish's code to external files (diff) | |
| download | infra-d6971f6d7a03142ea6e391d7c37532b3aa4792e7.tar.gz | |
feat(templates/go): add flake template for go projects
Diffstat (limited to '')
| -rw-r--r-- | templates/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/default.nix b/templates/default.nix index 38c4877..1307ad7 100644 --- a/templates/default.nix +++ b/templates/default.nix @@ -3,4 +3,9 @@ description = "Simple rust package"; path = ./rust; }; + + go = { + description = "go template"; + path = ./go; + }; } |
