diff options
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 { |