about summary refs log tree commit diff
path: root/ops/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-12 11:21:24 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-12 11:21:24 -0700
commitd40e3bd71a267bc39abe4b2677d2444be2c39863 (patch)
treecb538dd43f4c152c9cc1d6e6ada87890446be007 /ops/default.nix
parentprofiles/syncthing: move the old module (diff)
downloadworld-d40e3bd71a267bc39abe4b2677d2444be2c39863.tar.gz
ops: remove everything under ops
I don't use terraform anymore and GCP services, so I can get rid of
everything there.
Diffstat (limited to '')
-rw-r--r--ops/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/ops/default.nix b/ops/default.nix
deleted file mode 100644
index f06e40e..0000000
--- a/ops/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs }:
-
-pkgs.lib.makeScope pkgs.newScope (pkgs: {
-  gcp-backups = pkgs.callPackage ./gcp-backups { };
-})