about summary refs log tree commit diff
path: root/ops/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-03 17:52:31 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-03 17:52:31 -0800
commitbf2ca4d56f3a9b5bd369d757f8fc63598274e53a (patch)
tree7bff5cd13b02669fadb76f780c3e48c17b8629b7 /ops/default.nix
parentfeat: script to delete repositories on GitHub (diff)
downloadworld-bf2ca4d56f3a9b5bd369d757f8fc63598274e53a.tar.gz
ref: delete terraform configuration for GitHub
I'm not using GitHub for my repositories, and I don't need to maintain
this configuration either.
Diffstat (limited to 'ops/default.nix')
-rw-r--r--ops/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/ops/default.nix b/ops/default.nix
index 64a3d68..f06e40e 100644
--- a/ops/default.nix
+++ b/ops/default.nix
@@ -2,5 +2,4 @@
 
 pkgs.lib.makeScope pkgs.newScope (pkgs: {
   gcp-backups = pkgs.callPackage ./gcp-backups { };
-  github = pkgs.callPackage ./github { };
 })