formatting, warning fixes

This commit is contained in:
mjallen18
2025-11-19 16:46:06 -06:00
parent 2eb2e902b2
commit 3f3641bf3d
8 changed files with 24 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
let
inherit (inputs) pre-commit-hooks-nix;
in
pre-commit-hooks-nix.lib.${pkgs.system}.run {
pre-commit-hooks-nix.lib.${pkgs.stdenv.hostPlatform.system}.run {
src = ../..;
hooks = {
pre-commit-hook-ensure-sops.enable = true;