From 70a2e78c780124f0d117cdd7a4bbdb62de198225 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 26 Jan 2026 19:02:18 +0100 Subject: [PATCH] fix: take care of stupid warnings. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 572ab82..5ae46fe 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,7 @@ git-hooks, ... }: let - git-check = git-hooks.lib.${pkgs.system}.run { + git-check = git-hooks.lib.${pkgs.stdenv.hostPlatform.system}.run { src = "."; hooks = { # Git commit lint