From f5f028531e3fb150020d6fae45f04a4eef15e774 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Mon, 13 May 2024 18:42:37 +0200 Subject: [PATCH] flake: add `nix-tree` to dev-shell inputs Signed-off-by: Christoph Heiss --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c3373f6..e530442 100644 --- a/flake.nix +++ b/flake.nix @@ -111,7 +111,7 @@ devShells.default = pkgs.mkShell { inputsFrom = [ treefmt.config.build.devShell ]; - nativeBuildInputs = with pkgs; [ age sops ]; + nativeBuildInputs = with pkgs; [ age nix-tree sops ]; }; }) // (let overlays = [