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 /tools | |
parent | format yaml (diff) | |
download | world-9f2310ed32e30a99fd32086d1b9a8bda5ca4af22.tar.gz |
remove rust template, add GHA to go template
Diffstat (limited to '')
-rw-r--r-- | tools/gha-billing/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gha-billing/default.nix b/tools/gha-billing/default.nix index 51f69f8..73ea63e 100644 --- a/tools/gha-billing/default.nix +++ b/tools/gha-billing/default.nix @@ -1,4 +1,4 @@ -{ self, lib, stdenvNoCC, pkgs }: +{ lib, stdenvNoCC, pkgs }: stdenvNoCC.mkDerivation rec { pname = "gha-billing"; |