flake: add nix-tree to dev-shell inputs

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-13 18:42:37 +02:00
parent 148396999f
commit f5f028531e
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -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 = [