From 014952290e7d3f9b6c835db0d46c23c945d9a67c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 15 May 2023 12:08:10 +0200 Subject: [PATCH] add missing build tools to devShell --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index be79210..b173f16 100644 --- a/flake.nix +++ b/flake.nix @@ -71,6 +71,8 @@ }) yarn gup + zsh + coreutils ]; shellHook = '' ${config.pre-commit.installationScript}