From 610b0f2f4bf37b57f5c9f6c8e364635782eeeaf1 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 31 May 2021 23:06:20 +0200 Subject: [PATCH] nix: evaluate shell hooks This activates the pre-commit-hook configuration. --- .envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.envrc b/.envrc index 9556665..4b297a5 100644 --- a/.envrc +++ b/.envrc @@ -6,3 +6,4 @@ use_flake() { ulimit -s unlimited # Bypass current bug in `nix` flakes evaluation use flake +eval "$shellHooks"