From fabf1c9334a86d55be133da851cafccc9e6319fe Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 12 Feb 2020 16:58:29 +0000 Subject: Tidy up structure of briefcase I had a spare fifteen minutes and decided that I should tidy up my monorepo. The work of tidying up is not finished; this is a small step in the right direction. TL;DR - Created a tools directory - Created a scratch directory (see README.md for more information) - Added README.md to third_party - Renamed delete_dotfile_symlinks -> symlinkManager - Packaged symlinkManager as an executable symlink-mgr using buildGo --- default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'default.nix') 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; -- cgit 1.4.1