diff options
author | Ben Sima <ben@bsima.me> | 2020-04-04 19:45:38 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-04 20:06:17 -0700 |
commit | f8283fa036bde281774c12752eba6558f1772e0a (patch) | |
tree | c620d59d3749d6182ddaaf65e325e2a4a589ba8b /default.nix | |
parent | f5f58cacf788d37dd5a650ecfe4f34b0cb1f621d (diff) |
Remove some TODOs
I stored them in my org files.
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/default.nix b/default.nix index e213bc4..ad1f750 100644 --- a/default.nix +++ b/default.nix @@ -3,8 +3,6 @@ let overlay = import ./overlay.nix; bizpkgs = import "${nixpkgs-tar}" { overlays = [ overlay ]; }; nixos = import "${nixpkgs-tar}/nixos"; - # TODO(bsima): buildNixOS should be split into multiple functions that each - # return one thing, instead of a single function that returns multiple things biz = import ./biz.nix { nixpkgs = bizpkgs; }; buildOS = import ./Com/Simatime/buildOS.nix nixos; nixos-mailserver = let ver = "v2.3.0"; in builtins.fetchTarball { |