From 328a13d266c5ad916d3170b16378e8aeb4d18c38 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 31 Oct 2023 21:31:25 -0400 Subject: [PATCH] global/nix: add nix-diff and nix-tree --- modules/global/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/global/nix.nix b/modules/global/nix.nix index e94cea8..509d783 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -65,6 +65,8 @@ with lib; nixpkgs-fmt nix-du comma + nix-diff + nix-tree (writeScriptBin "wherenix" '' #!/usr/bin/env bash