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 | |
parent | f5f58cacf788d37dd5a650ecfe4f34b0cb1f621d (diff) |
Remove some TODOs
I stored them in my org files.
-rw-r--r-- | Com/Simatime/Cloud/git.nix | 1 | ||||
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | default.nix | 2 |
3 files changed, 0 insertions, 10 deletions
diff --git a/Com/Simatime/Cloud/git.nix b/Com/Simatime/Cloud/git.nix index 4cdaa28..370f52a 100644 --- a/Com/Simatime/Cloud/git.nix +++ b/Com/Simatime/Cloud/git.nix @@ -5,7 +5,6 @@ gitolite = { enable = true; enableGitAnnex = true; - # TODO: change this to /var/lib/gitolite? dataDir = "/srv/git"; user = "git"; group = "git"; @@ -72,10 +72,3 @@ To get in the environment for a thing, `repl`: And to deploy: push <ns> <url> - -TODO: document how we use the following: - -- Org -- Git -- Email -- IRC 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 { |