aboutsummaryrefslogtreecommitdiff
path: root/flake.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 /flake.nix
parentprofiles/syncthing: move the old module (diff)
downloadinfra-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 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 12f3b5b..ce8d8ab 100644
--- a/flake.nix
+++ b/flake.nix
@@ -86,7 +86,6 @@
src = ./.;
hooks = {
nixpkgs-fmt.enable = true;
- terraform-format.enable = true;
trailing-whitespace = {
enable = true;
entry =
@@ -155,7 +154,6 @@
in
{
inherit (inputs.futils.lib) filterPackages flattenTree;
- ops = import ./ops { inherit pkgs; };
tools = import ./tools { inherit pkgs; };
});