about summary refs log blame commit diff
path: root/default.nix
blob: a60fd66799fdc0925630fc810cfac49767e5c3d7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
        

   


                                             
                                      
    

                                 
                                 
                                 
                                   




                                       
 
{ ... }:

let
  readTree = import <depot/nix/readTree> {} {
    pkgs      = import <nixpkgs> {};
    depot     = import <depot> {};
    briefcase = import <briefcase> {};
  };
in {
  nixos       = readTree ./nixos;
  utils       = readTree ./utils;
  emacs       = readTree ./emacs;
  website     = readTree ./website;
  lisp        = readTree ./lisp;
  gopkgs      = readTree ./gopkgs;
  monzo_ynab  = readTree ./monzo_ynab;
  third_party = readTree ./third_party;
  tools       = readTree ./tools;
}