aboutsummaryrefslogtreecommitdiff
path: root/flake
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-14 18:04:43 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-14 18:04:43 -0800
commitf41309255030123fe073cd6f16cd46e24a22b99d (patch)
treed7bdaef99f8da87a45a1d3782a2eac71287e7c34 /flake
parentdelete another un-needed file (diff)
downloadinfra-f41309255030123fe073cd6f16cd46e24a22b99d.tar.gz
enable deadnix for pre-commit hook
Now that I've deleted all unused code, I can run this properly.
Diffstat (limited to 'flake')
-rw-r--r--flake/devshell.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake/devshell.nix b/flake/devshell.nix
index 8124ed4..802e18f 100644
--- a/flake/devshell.nix
+++ b/flake/devshell.nix
@@ -7,7 +7,6 @@
perSystem =
{ config
- , inputs'
, pkgs
, ...
}: {
@@ -62,7 +61,7 @@
pre-commit = {
settings = {
hooks = {
- # deadnix.enable = true;
+ deadnix.enable = true;
treefmt.enable = true;
};
};