From f8283fa036bde281774c12752eba6558f1772e0a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 4 Apr 2020 19:45:38 -0700 Subject: Remove some TODOs I stored them in my org files. --- default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'default.nix') 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 { -- cgit v1.2.3