aboutsummaryrefslogtreecommitdiff
path: root/ops/ci/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-07-26 17:45:49 -0700
committerFranck Cuny <franck@fcuny.net>2022-08-06 13:01:15 -0700
commitb42879a95377b4b10f12855d831eb58857b60d2e (patch)
tree61676d392a6e536bd0eb44d13a18914c3374badb /ops/ci/default.nix
parentmeta(flake): bump dependencies (diff)
downloadinfra-b42879a95377b4b10f12855d831eb58857b60d2e.tar.gz
ref(ci): delete custom scripts for formatting
Since I have configured the pre-commit hooks, I can use them instead of my custom scripts: less things to maintain and easier to read output. Change-Id: Ic833ec88ed9fbcbe52b1b1680f978da3a5a08b31 Reviewed-on: https://cl.fcuny.net/c/world/+/681 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'ops/ci/default.nix')
-rw-r--r--ops/ci/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/ops/ci/default.nix b/ops/ci/default.nix
index be0c607..1638b53 100644
--- a/ops/ci/default.nix
+++ b/ops/ci/default.nix
@@ -1,6 +1,3 @@
{ pkgs }:
-{
- fmt = import ./fmt.nix pkgs;
- shell = import ./shellcheck.nix pkgs;
-}
+{ }