diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-15 08:13:26 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-15 08:13:26 -0800 |
commit | 9f2310ed32e30a99fd32086d1b9a8bda5ca4af22 (patch) | |
tree | ec1fe8d61de235055edfbb20bd0a3a76effccdfd /templates/default.nix | |
parent | format yaml (diff) | |
download | world-9f2310ed32e30a99fd32086d1b9a8bda5ca4af22.tar.gz |
remove rust template, add GHA to go template
Diffstat (limited to 'templates/default.nix')
-rw-r--r-- | templates/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/default.nix b/templates/default.nix index 1307ad7..adc239f 100644 --- a/templates/default.nix +++ b/templates/default.nix @@ -1,9 +1,4 @@ { - rust = { - description = "Simple rust package"; - path = ./rust; - }; - go = { description = "go template"; path = ./go; |