diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 74268c803961..cf7e61e4a990 100644 --- a/default.nix +++ b/default.nix @@ -23,6 +23,7 @@ let gopkgs = readTree ./gopkgs; monzo_ynab = readTree ./monzo_ynab; third_party = readTree ./third_party; + tools = readTree ./tools; }; in fix(self: { config = config self; |