aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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";