about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-15 08:13:26 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-15 08:13:26 -0800
commit9f2310ed32e30a99fd32086d1b9a8bda5ca4af22 (patch)
treeec1fe8d61de235055edfbb20bd0a3a76effccdfd /tools
parentformat yaml (diff)
downloadworld-9f2310ed32e30a99fd32086d1b9a8bda5ca4af22.tar.gz
remove rust template, add GHA to go template
Diffstat (limited to '')
-rw-r--r--tools/gha-billing/default.nix2
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";