aboutsummaryrefslogtreecommitdiff
path: root/flake.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 /flake.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 '')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index a77cff1..8afc3c2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -96,12 +96,6 @@
};
};
- # `nix run .#ci.format` formats in current directory!
- apps.ci.format = ci.fmt.mkFmtScript self;
-
- # `nix run .#ci.shellcheck` formats in current directory!
- apps.ci.shellcheck = ci.shell.mkShellCheckScript self;
-
devShells = {
default = pkgs.mkShell {
name = "NixOS-config";